summaryrefslogtreecommitdiffstats
path: root/res/layout
diff options
context:
space:
mode:
authorSteve Kondik <shade@chemlab.org>2013-12-07 06:27:51 -0800
committerMichael Bestas <mikeioannina@gmail.com>2015-09-17 23:26:01 +0300
commitffe842eb13dbc9b4da171c5bca11a3b3b2c8083d (patch)
tree88269898f06fff7844f2fe3f17b72b24fdce5bdc /res/layout
parent09f757a7c83d0e4255828e2a6536656005f284aa (diff)
downloadandroid_packages_apps_Snap-ffe842eb13dbc9b4da171c5bca11a3b3b2c8083d.tar.gz
android_packages_apps_Snap-ffe842eb13dbc9b4da171c5bca11a3b3b2c8083d.tar.bz2
android_packages_apps_Snap-ffe842eb13dbc9b4da171c5bca11a3b3b2c8083d.zip
camera: Remove the luma-adaptation seekbar
* Not useful for any hardware I have encountered. Change-Id: I93cca2b3bf907cc01946a55111de9eb883475d24
Diffstat (limited to 'res/layout')
-rw-r--r--res/layout/photo_module.xml10
1 files changed, 0 insertions, 10 deletions
diff --git a/res/layout/photo_module.xml b/res/layout/photo_module.xml
index afc637773..105a8c9d4 100644
--- a/res/layout/photo_module.xml
+++ b/res/layout/photo_module.xml
@@ -44,16 +44,6 @@
android:orientation="vertical"
android:layout_width="match_parent"
android:layout_height="match_parent">
- <ProgressBar
- style="?android:attr/progressBarStyleHorizontal"
- android:id="@+id/progress"
- android:orientation="vertical"
- android:layout_width="200dip"
- android:layout_height="wrap_content"
- android:layout_marginTop="14dip"
- android:layout_marginBottom="14dip"
- android:layout_marginLeft="30dip"
- android:layout_marginRight="30dip" />
<com.android.camera.GraphView
android:id="@+id/graph_view"
android:layout_width="200dip"