summaryrefslogtreecommitdiffstats
path: root/res/values/styles.xml
diff options
context:
space:
mode:
authorNancy Chen <nancychen@google.com>2014-09-11 15:05:09 -0700
committerNancy Chen <nancychen@google.com>2014-09-11 17:15:57 -0700
commit3353317b1600e52e4baf8df03f47290bb3e452d4 (patch)
treec1998fdf5197be17c06e28c0a937075c04d70826 /res/values/styles.xml
parent3dc601795b113f8139e8a1f31c84b77f6793109c (diff)
downloadandroid_packages_apps_Dialer-3353317b1600e52e4baf8df03f47290bb3e452d4.tar.gz
android_packages_apps_Dialer-3353317b1600e52e4baf8df03f47290bb3e452d4.tar.bz2
android_packages_apps_Dialer-3353317b1600e52e4baf8df03f47290bb3e452d4.zip
Move scrollbar to the right. Add custom assets.
Added custom scroll bar handle so that the scroll bar track is moved 8dp to the right. Bug: 17359310 Change-Id: Id33d6bd2a031084e7be41999018979563abec793
Diffstat (limited to 'res/values/styles.xml')
-rw-r--r--res/values/styles.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/res/values/styles.xml b/res/values/styles.xml
index 1fe8aec99..6fc9cf419 100644
--- a/res/values/styles.xml
+++ b/res/values/styles.xml
@@ -103,6 +103,7 @@
<!-- Hide the actionbar title during the activity preview -->
<style name="DialtactsActivityTheme" parent="DialtactsTheme">
<item name="android:actionBarStyle">@style/DialtactsActionBarWithoutTitleStyle</item>
+ <item name="android:fastScrollThumbDrawable">@drawable/fastscroll_thumb</item>
</style>
<style name="CallDetailActivityTheme" parent="DialtactsThemeWithoutActionBarOverlay">