summaryrefslogtreecommitdiffstats
path: root/res/layout/one_ui_layout.xml
diff options
context:
space:
mode:
authorJack Yoo <jyoo@codeaurora.org>2016-09-23 13:39:31 -0700
committerJack Yoo <jyoo@codeaurora.org>2016-10-13 15:56:14 -0700
commite42adc9e85653ed4b9aa1f71b6343bccc28d155c (patch)
tree3d1fcfacb47947f6b7bc982473d1f95290b1ef39 /res/layout/one_ui_layout.xml
parenta5ee184ddb1048795af51102dab7e3b670114729 (diff)
downloadandroid_packages_apps_Snap-e42adc9e85653ed4b9aa1f71b6343bccc28d155c.tar.gz
android_packages_apps_Snap-e42adc9e85653ed4b9aa1f71b6343bccc28d155c.tar.bz2
android_packages_apps_Snap-e42adc9e85653ed4b9aa1f71b6343bccc28d155c.zip
SnapdragonCamera: Enhancing makeup UI
Improvising makeup user experience. Change-Id: I744775711e3cd9bc0a14a47ca82e26eecc68bb6d CRs-Fixed: 1071798
Diffstat (limited to 'res/layout/one_ui_layout.xml')
-rw-r--r--res/layout/one_ui_layout.xml35
1 files changed, 32 insertions, 3 deletions
diff --git a/res/layout/one_ui_layout.xml b/res/layout/one_ui_layout.xml
index b6de2c5db..3b4f0b334 100644
--- a/res/layout/one_ui_layout.xml
+++ b/res/layout/one_ui_layout.xml
@@ -85,11 +85,40 @@
android:id="@+id/ts_makeup_switcher"
style="@style/OneUIMenuButton" />
- <SeekBar
+ <RelativeLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
- android:id="@+id/ts_makeup_seekbar"
- android:visibility="gone"/>
+ android:id="@+id/makeup_seekbar_layout"
+ android:visibility="gone">
+ <com.android.camera.ui.RotateLayout
+ android:layout_width="wrap_content"
+ android:layout_height="wrap_content"
+ android:layout_alignParentLeft="true"
+ android:id="@+id/makeup_low_text">
+ <TextView
+ android:layout_width="wrap_content"
+ android:layout_height="wrap_content"
+ android:text="@string/makeup_seekbar_low">
+ </TextView>
+ </com.android.camera.ui.RotateLayout>
+ <SeekBar
+ android:layout_width="match_parent"
+ android:layout_height="wrap_content"
+ android:paddingLeft="100dp"
+ android:paddingRight="100dp"
+ android:id="@+id/makeup_seekbar"/>
+ <com.android.camera.ui.RotateLayout
+ android:layout_width="wrap_content"
+ android:layout_height="wrap_content"
+ android:layout_alignParentRight="true"
+ android:id="@+id/makeup_high_text">
+ <TextView
+ android:layout_width="wrap_content"
+ android:layout_height="wrap_content"
+ android:text="@string/makeup_seekbar_high">
+ </TextView>
+ </com.android.camera.ui.RotateLayout>
+ </RelativeLayout>
<LinearLayout
android:id="@+id/remaining_photos"