diff options
author | Nancy Chen <nancychen@google.com> | 2014-09-12 10:53:14 -0700 |
---|---|---|
committer | Nancy Chen <nancychen@google.com> | 2014-09-12 10:53:14 -0700 |
commit | 7b12ef83940e62a80bd4e24b92afbb25f9a22dd9 (patch) | |
tree | 91d56d9b2ea88c0323add7bc6500b3df6201e7b4 /res/values/styles.xml | |
parent | 15a15cd10f0d1acac6e08d30f74c86f459d5ffe7 (diff) | |
download | packages_apps_Contacts-7b12ef83940e62a80bd4e24b92afbb25f9a22dd9.tar.gz packages_apps_Contacts-7b12ef83940e62a80bd4e24b92afbb25f9a22dd9.tar.bz2 packages_apps_Contacts-7b12ef83940e62a80bd4e24b92afbb25f9a22dd9.zip |
Move scrollbar right with custom scroll bar resources.
Added custom scrollbar handle to ContactsCommon so that the scroll bar
track is moved 8dp to the right.
Bug: 17359310
Change-Id: I2ecb97e761e57351fcedfc3f794d6a64ee85b743
Diffstat (limited to 'res/values/styles.xml')
-rw-r--r-- | res/values/styles.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/res/values/styles.xml b/res/values/styles.xml index 074ff52f5..e2bf0aaae 100644 --- a/res/values/styles.xml +++ b/res/values/styles.xml @@ -59,6 +59,7 @@ <item name="android:homeAsUpIndicator">@drawable/ic_back_arrow</item> <!-- Style for the overflow button in the actionbar. --> <item name="android:actionOverflowButtonStyle">@style/ContactsActionBarOverflowQP</item> + <item name="android:fastScrollThumbDrawable">@drawable/fastscroll_thumb</item> <item name="android:textColorPrimary">@color/primary_text_color</item> <item name="android:textColorSecondary">@color/secondary_text_color</item> <item name="android:icon">@android:color/transparent</item> |