summaryrefslogtreecommitdiffstats
path: root/res/layout
diff options
context:
space:
mode:
authorJohn Hoford <hoford@google.com>2013-04-29 07:30:33 -0700
committerJohn Hoford <hoford@google.com>2013-04-29 14:29:25 -0700
commit33de212ec780eaf2bc8d86908f07da33ea8dd7f2 (patch)
tree760920571437937cc2a0c75131d07f4bc745a7b6 /res/layout
parent9e5b079934538f2c90d0ac995330fb006b738cc7 (diff)
downloadandroid_packages_apps_Gallery2-33de212ec780eaf2bc8d86908f07da33ea8dd7f2.tar.gz
android_packages_apps_Gallery2-33de212ec780eaf2bc8d86908f07da33ea8dd7f2.tar.bz2
android_packages_apps_Gallery2-33de212ec780eaf2bc8d86908f07da33ea8dd7f2.zip
small ui changes based on UX/PM feedback
bug:8664728 Change-Id: I4e0651c011b9a6c4742d86c898a0821187f43043
Diffstat (limited to 'res/layout')
-rw-r--r--res/layout/filtershow_control_title_slider.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/res/layout/filtershow_control_title_slider.xml b/res/layout/filtershow_control_title_slider.xml
index ac0815366..584e015fa 100644
--- a/res/layout/filtershow_control_title_slider.xml
+++ b/res/layout/filtershow_control_title_slider.xml
@@ -29,7 +29,8 @@
<TextView
android:id="@+id/controlValue"
android:layout_gravity="right"
- android:layout_marginRight="8dip" />
+ android:layout_marginRight="8dip"
+ android:textStyle="bold" />
<SeekBar
android:id="@+id/controlValueSeekBar"