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

Commit 346e2712 authored by Julia Reynolds's avatar Julia Reynolds
Browse files

Ringer toggle should obey theme color

Test: manual
Bug: 77805969
Change-Id: I74a9c767e87a8db721a37ad7b031d93b5bfec4ca
parent 9aa1c9e9
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -23,7 +23,7 @@
    </item>
    <item android:id="@android:id/background">
        <shape android:shape="rectangle">
            <solid android:color="#FFFFFFFF"/>
            <solid android:color="?android:attr/colorBackgroundFloating"/>
            <corners android:radius="8dp"/>
        </shape>
    </item>