summaryrefslogtreecommitdiff
path: root/res
diff options
context:
space:
mode:
authorAndrew Lee <anwlee@google.com>2015-01-08 18:51:08 +0000
committerAndroid Git Automerger <android-git-automerger@android.com>2015-01-08 18:51:08 +0000
commitebc7ab5c42240d8cfbb34245d7e996091c480aaa (patch)
tree212f4c2e29823f7a48c61a30e742e881dde9134c /res
parent258ea9361cc993f3208934015c965b2987b647ca (diff)
parent375de5258fd086d3e9abee85a7ee015ed3f1d86b (diff)
am 375de525: am 69df0042: Set track drawable to null to remove grey track.
* commit '375de5258fd086d3e9abee85a7ee015ed3f1d86b': Set track drawable to null to remove grey track.
Diffstat (limited to 'res')
-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">