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

Commit 3e9c4a82 authored by Alan Viverette's avatar Alan Viverette
Browse files

Seekbar track background alpha should be disabledAlpha

Bug: 21728222
Change-Id: I92f21e85781ba6ed51858112aa67e00bf10914ae
parent 95b6fdeb
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -20,7 +20,7 @@
        <shape android:shape="rectangle"
               android:tint="?attr/colorControlNormal">
            <size android:height="@dimen/seekbar_track_background_height_material" />
            <solid android:color="#ff000000" />
            <solid android:color="@color/white_disabled_material" />
        </shape>
    </item>
    <item android:id="@id/secondaryProgress"