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

Commit 12e40e4e authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Make background of spinner become white color"

parents 25edac0f 8eccd2d6
Loading
Loading
Loading
Loading
+2 −3
Original line number Diff line number Diff line
@@ -18,12 +18,11 @@
<layer-list xmlns:android="http://schemas.android.com/apk/res/android"
            android:paddingMode="stack">
    <item>
        <shape
            android:tint="?android:attr/colorForeground">
        <shape>
            <corners
                android:radius="20dp"/>
            <solid
                android:color="@android:color/transparent"/>
                android:color="?android:attr/colorPrimary"/>
            <stroke
                android:color="#1f000000"
                android:width="1dp"/>