From 0649453254320f7446ab19329a02f0f27aae7aa7 Mon Sep 17 00:00:00 2001 From: qimengp Date: Tue, 9 May 2017 13:40:58 +0800 Subject: SnapdragonCamera: Fix makeup progressbar insensitive Increasing the progressbar heigh CRs-Fixed: 2041239 Change-Id: Ifba00045feb77343eb61199598aa495cd47e6720 --- res/layout/one_ui_layout.xml | 99 ++++++++++++++++++++++---------------------- 1 file changed, 50 insertions(+), 49 deletions(-) (limited to 'res/layout') diff --git a/res/layout/one_ui_layout.xml b/res/layout/one_ui_layout.xml index 5904b5b96..59e31b95d 100755 --- a/res/layout/one_ui_layout.xml +++ b/res/layout/one_ui_layout.xml @@ -132,16 +132,49 @@ android:id="@+id/ts_makeup_switcher" style="@style/OneUIMenuButton" /> + + + + + + + + + + + + android:layout_width="220dp" + android:layout_height="40dp" + android:maxHeight="3dip" + android:minHeight="1dip" + android:layout_marginLeft="10dp" + android:layout_toRightOf="@+id/makeup_low_text" + android:progressDrawable="@drawable/beautify_progressbar_style" + android:thumb="@drawable/ic_beautify_oval" + android:id="@+id/makeup_seekbar"/> @@ -189,36 +222,4 @@ - - - - - - - - - - - -- cgit v1.2.3