summaryrefslogtreecommitdiffstats
path: root/res/layout-port
diff options
context:
space:
mode:
authorMichael Kolb <kolby@google.com>2013-04-30 15:34:19 -0700
committerMichael Kolb <kolby@google.com>2013-05-01 11:48:02 -0700
commit8c0570c14eb9cc72a86c191b90b1ff626a8aa039 (patch)
tree1400f2957e6abc77fa80f0e5832a53bcfce32f8d /res/layout-port
parentd48e78ccfb7cd66032bea9df39951b7945df933c (diff)
downloadandroid_packages_apps_Snap-8c0570c14eb9cc72a86c191b90b1ff626a8aa039.tar.gz
android_packages_apps_Snap-8c0570c14eb9cc72a86c191b90b1ff626a8aa039.tar.bz2
android_packages_apps_Snap-8c0570c14eb9cc72a86c191b90b1ff626a8aa039.zip
Update capture animation
Bug: 8253060 Update preview thumb margins and size Add touch target for thumbnail Change-Id: I2b298de330834c42a55b4cb082148d971727f530
Diffstat (limited to 'res/layout-port')
-rw-r--r--res/layout-port/camera_controls.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/res/layout-port/camera_controls.xml b/res/layout-port/camera_controls.xml
index 77a19e9e6..4ed9e63c3 100644
--- a/res/layout-port/camera_controls.xml
+++ b/res/layout-port/camera_controls.xml
@@ -58,4 +58,11 @@
android:scaleType="center"
android:src="@drawable/btn_new_shutter" />
+ <View
+ android:id="@+id/preview_thumb"
+ android:visibility="invisible"
+ android:layout_width="@dimen/capture_size"
+ android:layout_height="@dimen/capture_size"
+ android:layout_gravity="top|right" />
+
</com.android.camera.ui.CameraControls> \ No newline at end of file