summaryrefslogtreecommitdiffstats
path: root/res/layout
diff options
context:
space:
mode:
authorlikaid <likaid@codeaurora.org>2015-04-17 16:54:18 +0800
committerGerrit - the friendly Code Review server <code-review@localhost>2015-05-16 14:28:34 -0700
commitfaa6d875d926672fe078101cf67cd9d3ec334445 (patch)
tree616db2cecea880c4418fa05193dda1f36e9e4d3c /res/layout
parent9bddcb5bb1b20a2485a6f711b21daffcaccad7ac (diff)
downloadandroid_packages_apps_Snap-faa6d875d926672fe078101cf67cd9d3ec334445.tar.gz
android_packages_apps_Snap-faa6d875d926672fe078101cf67cd9d3ec334445.tar.bz2
android_packages_apps_Snap-faa6d875d926672fe078101cf67cd9d3ec334445.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')
-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"