summaryrefslogtreecommitdiffstats
path: root/res/layout
diff options
context:
space:
mode:
authorSteve Kondik <shade@chemlab.org>2013-12-07 06:27:51 -0800
committerSteve Kondik <steve@cyngn.com>2016-11-02 12:22:25 -0700
commit1494223c8782ed7338f88cb10cdb82bb941e16ed (patch)
tree36e485edd226fcaa885b6334ccea21067a5fc15f /res/layout
parent3a1971bbd45e3e067054698135784c11bbe6351f (diff)
downloadandroid_packages_apps_Snap-1494223c8782ed7338f88cb10cdb82bb941e16ed.tar.gz
android_packages_apps_Snap-1494223c8782ed7338f88cb10cdb82bb941e16ed.tar.bz2
android_packages_apps_Snap-1494223c8782ed7338f88cb10cdb82bb941e16ed.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 2e3fb8aa0..8195b3aee 100644
--- a/res/layout/photo_module.xml
+++ b/res/layout/photo_module.xml
@@ -45,16 +45,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"