summaryrefslogtreecommitdiffstats
path: root/res/layout/photo_module.xml
diff options
context:
space:
mode:
authorlikaid <likaid@codeaurora.org>2015-04-17 16:54:18 +0800
committerlikaid <likaid@codeaurora.org>2015-04-17 16:54:18 +0800
commitd24e68dca3e854c47741432e001879c98dd076bd (patch)
tree36867b75bd38c288dcd341e683d46e5884f66918 /res/layout/photo_module.xml
parent0202eb424a9f8dfe472b6cfbf35b88f3fdacd025 (diff)
downloadandroid_packages_apps_Snap-d24e68dca3e854c47741432e001879c98dd076bd.tar.gz
android_packages_apps_Snap-d24e68dca3e854c47741432e001879c98dd076bd.tar.bz2
android_packages_apps_Snap-d24e68dca3e854c47741432e001879c98dd076bd.zip
SnapdragonCamera: Fix DUT flash main menu when open camera.
When the process of opening camera, the background layout has no content which cause the main menu show. When open camera, make the background layout exist. Change-Id: If6075c652b6c9973d201cff1e537522c87c4f0ff CRs-Fixed: 822737
Diffstat (limited to 'res/layout/photo_module.xml')
-rw-r--r--res/layout/photo_module.xml3
1 files changed, 1 insertions, 2 deletions
diff --git a/res/layout/photo_module.xml b/res/layout/photo_module.xml
index e0aaa147f..a8ea2a169 100644
--- a/res/layout/photo_module.xml
+++ b/res/layout/photo_module.xml
@@ -38,8 +38,7 @@
android:id="@+id/preview_cover"
android:layout_width="match_parent"
android:layout_height="match_parent"
- android:background="@android:color/black"
- android:visibility="gone" />
+ android:background="@android:color/black" />
<RelativeLayout android:id="@+id/linear"
android:orientation="vertical"
android:layout_width="match_parent"