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

Commit ef3026c1 authored by Fan Zhang's avatar Fan Zhang Committed by Android (Google) Code Review
Browse files

Merge "Fix stroke color for settings filter spinner"

parents 2014c4f0 886950c1
Loading
Loading
Loading
Loading
+5 −2
Original line number Diff line number Diff line
@@ -18,11 +18,14 @@
<layer-list xmlns:android="http://schemas.android.com/apk/res/android"
            android:paddingMode="stack">
    <item>
        <shape>
        <shape
            android:tint="?android:attr/colorForeground">
            <corners
                android:radius="20dp"/>
            <solid
                android:color="@android:color/transparent"/>
            <stroke
                android:color="?android:attr/textColorSecondary"
                android:color="#1f000000"
                android:width="1dp"/>
            <size
                android:height="32dp"/>