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

Commit 1e72ef01 authored by Wesley.CW Wang's avatar Wesley.CW Wang Committed by Wesley Wang
Browse files

Make custom style tiles border support DT

 - Make Custom style tiles border color align with others
 https://screenshot.googleplex.com/POkQCu73ua8.png
 https://screenshot.googleplex.com/YZfDUom3xko.png

 Bug: 157619317
 Test: manually

Change-Id: Ifc80f5e49ab357b4f2ed39f52eec43a632305625
parent 4af9053e
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -26,8 +26,7 @@
    <item android:state_activated="false">
        <shape android:shape="rectangle">
            <stroke
                android:color="@color/black_24_alpha"
                android:alpha="0.24"
                android:color="@color/option_border_color"
                android:width="@dimen/option_border_width" />
            <corners android:radius="?android:dialogCornerRadius" />
        </shape>