summaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authorMartin Brabham <optedoblivion@cyngn.com>2016-02-11 15:41:43 -0500
committeremancebo <emancebo@cyngn.com>2016-05-23 17:33:32 -0700
commit761d4cc0f4eb5374dccc3b4d85e5e4713bbd866c (patch)
treec6b65fdc9bcfe50442b750ea4bb802cc66b78ece /res
parent7a3ca4516c3833a1c6d0ab15064a4fb56d99619a (diff)
downloadpackages_apps_Messaging-761d4cc0f4eb5374dccc3b4d85e5e4713bbd866c.zip
packages_apps_Messaging-761d4cc0f4eb5374dccc3b4d85e5e4713bbd866c.tar.gz
packages_apps_Messaging-761d4cc0f4eb5374dccc3b4d85e5e4713bbd866c.tar.bz2
Add UI/UX capability to attach a saved video to a MMS message
Change-Id: I184a8d84f019d916fd07d8b90fb96b80408c6768 Ticket-Id: CRACKLING-937
Diffstat (limited to 'res')
-rw-r--r--res/layout/gallery_grid_item_view.xml16
1 files changed, 16 insertions, 0 deletions
diff --git a/res/layout/gallery_grid_item_view.xml b/res/layout/gallery_grid_item_view.xml
index 8b7ee58..88e4a1b 100644
--- a/res/layout/gallery_grid_item_view.xml
+++ b/res/layout/gallery_grid_item_view.xml
@@ -27,6 +27,22 @@
android:layout_height="match_parent"
android:scaleType="centerCrop" />
+ <FrameLayout
+ android:id="@+id/video_button"
+ android:layout_width="match_parent"
+ android:layout_height="match_parent"
+ android:layout_gravity="center"
+ android:visibility="invisible">
+ <ImageView
+ android:layout_width="wrap_content"
+ android:layout_height="wrap_content"
+ android:layout_gravity="center"
+ android:background="@drawable/transparent_button_background"
+ android:scaleType="fitCenter"
+ android:src="@drawable/ic_video_play_light"
+ android:contentDescription="@string/video_thumbnail_view_play_button_content_description"/>
+ </FrameLayout>
+
<View
android:layout_width="match_parent"
android:layout_height="match_parent"