summaryrefslogtreecommitdiffstats
path: root/res/layout
diff options
context:
space:
mode:
authorZhang Zhenzhen <zhangzz6687@thundersoft.com>2015-03-10 16:31:41 +0800
committerByunghun Jeon <bjeon@codeaurora.org>2015-03-23 10:34:59 -0700
commitc1cea7c15b2e463f37c17f2a4ce61ce689ec7088 (patch)
tree19b3916016ba0c77b0b1104d59c7419cd0755cc6 /res/layout
parentc520114b3f099ea597bbf2e09c0cc30b6d9adb1b (diff)
downloadandroid_packages_apps_Snap-c1cea7c15b2e463f37c17f2a4ce61ce689ec7088.tar.gz
android_packages_apps_Snap-c1cea7c15b2e463f37c17f2a4ce61ce689ec7088.tar.bz2
android_packages_apps_Snap-c1cea7c15b2e463f37c17f2a4ce61ce689ec7088.zip
SnapdragonCamera: Add beautification feature to SnapdragonCamera.
Change-Id: Ie585527fc0b8679359753b3ff6245add3d1e5530
Diffstat (limited to 'res/layout')
-rw-r--r--res/layout/photo_module.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/res/layout/photo_module.xml b/res/layout/photo_module.xml
index c6d895771..e0aaa147f 100644
--- a/res/layout/photo_module.xml
+++ b/res/layout/photo_module.xml
@@ -99,4 +99,10 @@
<include layout="@layout/camera_controls"
android:layout_gravity="center"
style="@style/CameraControls"/>
+
+ <RelativeLayout
+ android:id="@+id/id_tsmakeup_level_layout_root"
+ android:layout_width="match_parent"
+ android:layout_height="match_parent"
+ android:visibility="gone" />
</merge>