summaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authorDoris Liu <tianliu@google.com>2013-08-12 15:18:53 -0700
committerDoris Liu <tianliu@google.com>2013-08-13 11:22:27 -0700
commit2a7f44cac888de5683d05bef5708f846ee950f43 (patch)
treea7cb316a8a385be64c08b0ff9ffcf64fab1281e5 /res
parent39685480a9705a949275c4b9cb0cca46c6c3cbc4 (diff)
downloadandroid_packages_apps_Snap-2a7f44cac888de5683d05bef5708f846ee950f43.tar.gz
android_packages_apps_Snap-2a7f44cac888de5683d05bef5708f846ee950f43.tar.bz2
android_packages_apps_Snap-2a7f44cac888de5683d05bef5708f846ee950f43.zip
Fix video capture intent handling
Bug: 10296343 Change-Id: I55fb6c71b59a1559ebb58c65e71d510379367435
Diffstat (limited to 'res')
-rw-r--r--res/layout/video_module.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/res/layout/video_module.xml b/res/layout/video_module.xml
index 2df1adc9b..0f4857965 100644
--- a/res/layout/video_module.xml
+++ b/res/layout/video_module.xml
@@ -51,6 +51,7 @@
style="@style/ReviewControlIcon"
android:layout_centerInParent="true"
android:src="@drawable/ic_gallery_play_big"
+ android:scaleType="center"
android:visibility="gone"
android:onClick="onReviewPlayClicked"/>