summaryrefslogtreecommitdiffstats
path: root/res/layout/photo_module.xml
diff options
context:
space:
mode:
authorDoris Liu <tianliu@google.com>2013-09-11 17:38:08 -0700
committerDoris Liu <tianliu@google.com>2013-09-11 17:42:09 -0700
commit36e56fba281292255a01ee00b4bee067fa09ab59 (patch)
tree0bc586061ce7e31ff434e5d80ba304c5834b3130 /res/layout/photo_module.xml
parent7b265a6b2f55c6ae7afc30e63ba324c4084a5d8e (diff)
downloadandroid_packages_apps_Snap-36e56fba281292255a01ee00b4bee067fa09ab59.tar.gz
android_packages_apps_Snap-36e56fba281292255a01ee00b4bee067fa09ab59.tar.bz2
android_packages_apps_Snap-36e56fba281292255a01ee00b4bee067fa09ab59.zip
Show captured image rather than frozen preview for capture intent
Bug: 10570887 Change-Id: Ie986c865bdf452973b833efcdcb397c27bef2420
Diffstat (limited to 'res/layout/photo_module.xml')
-rw-r--r--res/layout/photo_module.xml8
1 files changed, 8 insertions, 0 deletions
diff --git a/res/layout/photo_module.xml b/res/layout/photo_module.xml
index b0bca3c97..b63d53662 100644
--- a/res/layout/photo_module.xml
+++ b/res/layout/photo_module.xml
@@ -34,6 +34,14 @@
android:layout_width="match_parent"
android:layout_height="match_parent" />
</FrameLayout>
+ <ImageView
+ android:id="@+id/review_image"
+ android:layout_width="match_parent"
+ android:layout_height="match_parent"
+ android:visibility="gone"
+ android:clickable="true"
+ android:background="@android:color/black"
+ android:scaleType="fitCenter"/>
<View
android:id="@+id/flash_overlay"
android:layout_width="match_parent"