summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Lee <anwlee@google.com>2015-01-07 14:31:47 -0800
committerAndrew Lee <anwlee@google.com>2015-01-07 14:45:44 -0800
commit69df0042548e3d19c4b2f11c320647e922e2542f (patch)
treebeab3300a51444c89852611d8e98887a7d1d4ba9
parent56e15541106a28a1cf03088a6cef7dab9dc3a8c3 (diff)
downloadandroid_packages_apps_Dialer-69df0042548e3d19c4b2f11c320647e922e2542f.tar.gz
android_packages_apps_Dialer-69df0042548e3d19c4b2f11c320647e922e2542f.tar.bz2
android_packages_apps_Dialer-69df0042548e3d19c4b2f11c320647e922e2542f.zip
Set track drawable to null to remove grey track.
Bug: 18933278 Change-Id: I1b351de91c54b7273d9af6f8ea425b4837cc4d8e
-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 92d1f4ad0..82df4ec0f 100644
--- a/res/values/styles.xml
+++ b/res/values/styles.xml
@@ -104,6 +104,7 @@
<style name="DialtactsActivityTheme" parent="DialtactsTheme">
<item name="android:actionBarStyle">@style/DialtactsActionBarWithoutTitleStyle</item>
<item name="android:fastScrollThumbDrawable">@drawable/fastscroll_thumb</item>
+ <item name="android:fastScrollTrackDrawable">@null</item>
</style>
<style name="CallDetailActivityTheme" parent="DialtactsThemeWithoutActionBarOverlay">