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

Commit 886950c1 authored by tmfang's avatar tmfang
Browse files

Fix stroke color for settings filter spinner

Use divider color as stroke color

Test: visual
Change-Id: I21bf128e055edcf086e5750b9fcc8cf223ae7bc0
Fixes: 112706966
parent a7998431
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"/>