summaryrefslogtreecommitdiffstats
path: root/res/layout/photoeditor_color_seekbar.xml
diff options
context:
space:
mode:
authorYuli Huang <yuli@google.com>2012-04-02 21:40:25 +0800
committerYuli Huang <yuli@google.com>2012-04-02 22:58:51 +0800
commit2829298b8f82c02ede53ab116ddb2d964aef4d24 (patch)
tree7b96b39e9a7dcc3dbe15b6cc178d0d50b1741c07 /res/layout/photoeditor_color_seekbar.xml
parent93466b34a570e12fbb0194b9e7a1b62470498ad9 (diff)
downloadandroid_packages_apps_Snap-2829298b8f82c02ede53ab116ddb2d964aef4d24.tar.gz
android_packages_apps_Snap-2829298b8f82c02ede53ab116ddb2d964aef4d24.tar.bz2
android_packages_apps_Snap-2829298b8f82c02ede53ab116ddb2d964aef4d24.zip
Fix b/5974240: Sliders may not be responsive to touches.
Add padding around sliders to increase its touchable areas. Change-Id: I034e25804811b14ce6137c72472191dabd7bdef8
Diffstat (limited to 'res/layout/photoeditor_color_seekbar.xml')
-rw-r--r--res/layout/photoeditor_color_seekbar.xml7
1 files changed, 1 insertions, 6 deletions
diff --git a/res/layout/photoeditor_color_seekbar.xml b/res/layout/photoeditor_color_seekbar.xml
index fb9386992..ca8509de1 100644
--- a/res/layout/photoeditor_color_seekbar.xml
+++ b/res/layout/photoeditor_color_seekbar.xml
@@ -16,9 +16,4 @@
<com.android.gallery3d.photoeditor.actions.ColorSeekBar
xmlns:android="http://schemas.android.com/apk/res/android"
- android:layout_width="@dimen/seekbar_width"
- android:layout_height="@dimen/seekbar_height"
- android:layout_marginBottom="@dimen/seekbar_margin_bottom"
- android:minHeight="@dimen/seekbar_height"
- android:maxHeight="@dimen/seekbar_height"
- android:progressDrawable="@android:color/transparent"/>
+ style="@style/SeekBar"/>