summaryrefslogtreecommitdiffstats
path: root/res/layout/photo_module.xml
diff options
context:
space:
mode:
authorDanny Baumann <dannybaumann@web.de>2016-01-15 09:53:27 +0100
committerMichael Bestas <mikeioannina@gmail.com>2017-01-04 22:00:39 +0200
commitc0baee603dde98bc93fc70d67501fb99a3e90837 (patch)
tree4f363b96e53da95bd4ea54cb13b4bc451b92bd27 /res/layout/photo_module.xml
parent26679b4450b89b9f26f0a7519855731c966691a2 (diff)
downloadandroid_packages_apps_Snap-c0baee603dde98bc93fc70d67501fb99a3e90837.tar.gz
android_packages_apps_Snap-c0baee603dde98bc93fc70d67501fb99a3e90837.tar.bz2
android_packages_apps_Snap-c0baee603dde98bc93fc70d67501fb99a3e90837.zip
Fix up layout of auto HDR notice and histogram view.
Change-Id: I61f93c68b52d81c5e19919a5b0b894cf51dd35c4
Diffstat (limited to 'res/layout/photo_module.xml')
-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 63a8f28e5..f184e0c56 100644
--- a/res/layout/photo_module.xml
+++ b/res/layout/photo_module.xml
@@ -41,23 +41,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="50dip"
- android:layout_marginLeft="15dip" />
- </RelativeLayout>
<com.android.camera.ui.focus.FocusRingView
android:id="@+id/focus_ring"
android:layout_width="match_parent"