Merge "Make background of spinner become white color"

This commit is contained in:
TreeHugger Robot
2019-01-03 20:17:37 +00:00
committed by Android (Google) Code Review

View File

@@ -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"/>