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

Commit 375de525 authored by Andrew Lee's avatar Andrew Lee Committed by Android Git Automerger
Browse files

am 69df0042: Set track drawable to null to remove grey track.

* commit '69df0042':
  Set track drawable to null to remove grey track.
parents a28d2c90 69df0042
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">