summaryrefslogtreecommitdiffstats
path: root/res/layout
diff options
context:
space:
mode:
authorDanny Baumann <dannybaumann@web.de>2016-01-15 09:53:27 +0100
committerDanny Baumann <dannybaumann@web.de>2016-01-20 23:31:33 -0800
commitbb800ac9bf961b9e53ec56a1a5ababf31b9d40a1 (patch)
tree32ec710bd47fbdf652797a1fa73bcce718e4e6fc /res/layout
parent42f6d5c06c5db74c6971e37dbb78bf41d2783e07 (diff)
downloadandroid_packages_apps_Snap-bb800ac9bf961b9e53ec56a1a5ababf31b9d40a1.tar.gz
android_packages_apps_Snap-bb800ac9bf961b9e53ec56a1a5ababf31b9d40a1.tar.bz2
android_packages_apps_Snap-bb800ac9bf961b9e53ec56a1a5ababf31b9d40a1.zip
Fix up layout of auto HDR notice and histogram view.
Change-Id: I61f93c68b52d81c5e19919a5b0b894cf51dd35c4
Diffstat (limited to 'res/layout')
-rw-r--r--res/layout/photo_module.xml17
1 files changed, 0 insertions, 17 deletions
diff --git a/res/layout/photo_module.xml b/res/layout/photo_module.xml
index a516f0034..7487e73b2 100644
--- a/res/layout/photo_module.xml
+++ b/res/layout/photo_module.xml
@@ -40,23 +40,6 @@
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="@android:color/black" />
- <RelativeLayout android:id="@+id/linear"
- android:orientation="vertical"
- android:layout_width="match_parent"
- android:layout_height="match_parent">
- <com.android.camera.GraphView
- android:id="@+id/graph_view"
- android:layout_width="200dip"
- android:layout_height="200dip"
- android:layout_marginTop="60dip"
- android:layout_marginLeft="90dip" />
- <com.android.camera.DrawAutoHDR
- android:id="@+id/autohdr_view"
- android:layout_width="200dip"
- android:layout_height="200dip"
- android:layout_marginTop="15dip"
- android:layout_marginLeft="15dip" />
- </RelativeLayout>
<com.android.camera.ui.focus.FocusRingView
android:id="@+id/focus_ring"
android:layout_width="match_parent"