summaryrefslogtreecommitdiffstats
path: root/res/layout
diff options
context:
space:
mode:
authorSteve Kondik <shade@chemlab.org>2013-12-07 06:27:51 -0800
committerChippa-a <vusal1372@gmail.com>2019-10-25 15:55:25 +0300
commit435ef6cabfca17533356f69776173d105f8d0005 (patch)
tree873bd2cbc7a66e492157fae7923256e1c956246c /res/layout
parent28db263e31e21d25f1e04f1164d27156e5c76579 (diff)
downloadandroid_packages_apps_Snap-435ef6cabfca17533356f69776173d105f8d0005.tar.gz
android_packages_apps_Snap-435ef6cabfca17533356f69776173d105f8d0005.tar.bz2
android_packages_apps_Snap-435ef6cabfca17533356f69776173d105f8d0005.zip
camera: Remove the luma-adaptation seekbar
* Not useful for any hardware I have encountered. Change-Id: I93cca2b3bf907cc01946a55111de9eb883475d24
Diffstat (limited to 'res/layout')
-rwxr-xr-xres/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 d65dbd4f6..286b96d1c 100755
--- 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"