Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 69df0042 authored by Andrew Lee's avatar Andrew Lee
Browse files

Set track drawable to null to remove grey track.

Bug: 18933278
Change-Id: I1b351de91c54b7273d9af6f8ea425b4837cc4d8e
parent 56e15541
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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">