summaryrefslogtreecommitdiffstats
path: root/res/layout/one_ui_layout.xml
diff options
context:
space:
mode:
authorJack Yoo <jyoo@codeaurora.org>2016-10-12 11:13:33 -0700
committerGerrit - the friendly Code Review server <code-review@localhost>2016-10-20 11:25:03 -0700
commitd48b19dc07840224e7434661c4c5e8ec1a78a67d (patch)
tree7ede241a612188147562d5bdc56117c3a496637a /res/layout/one_ui_layout.xml
parente5638a1b4697191588438be133102f61b67a3985 (diff)
downloadandroid_packages_apps_Snap-d48b19dc07840224e7434661c4c5e8ec1a78a67d.tar.gz
android_packages_apps_Snap-d48b19dc07840224e7434661c4c5e8ec1a78a67d.tar.bz2
android_packages_apps_Snap-d48b19dc07840224e7434661c4c5e8ec1a78a67d.zip
SnapdragonCamera: Blurbuster filter
Adding blurbuster filter to the post processor Change-Id: I2958a2b1b0df834c4cb5b921e49d21d2e20c8377 CRs-Fixed: 1080317
Diffstat (limited to 'res/layout/one_ui_layout.xml')
-rw-r--r--res/layout/one_ui_layout.xml9
1 files changed, 5 insertions, 4 deletions
diff --git a/res/layout/one_ui_layout.xml b/res/layout/one_ui_layout.xml
index e8162197a..2a87b6cd2 100644
--- a/res/layout/one_ui_layout.xml
+++ b/res/layout/one_ui_layout.xml
@@ -90,12 +90,13 @@
android:layout_height="wrap_content"
android:id="@+id/makeup_seekbar_layout"
android:visibility="gone">
- <Button
+ <ImageView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
- android:id="@+id/seekbar_toggle"
- android:text="@string/makeup_seekbar_low">
- </Button>
+ android:paddingLeft="5dp"
+ android:paddingRight="5dp"
+ android:id="@+id/seekbar_toggle">
+ </ImageView>
<RelativeLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"