summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author TreeHugger Robot <treehugger-gerrit@google.com> 2019-01-03 20:17:37 +0000
committer Android (Google) Code Review <android-gerrit@google.com> 2019-01-03 20:17:37 +0000
commit12e40e4e8102831acddc3e46ecdc5e90a08b797d (patch)
tree3f555683f1813b1de42ddc7c76f063528ba3e05c
parent25edac0f179870f71947ff96d98f736f6e7f0027 (diff)
parent8eccd2d6ad87ef3dba5a95830bc7de9bb75dc826 (diff)
Merge "Make background of spinner become white color"
-rw-r--r--packages/SettingsLib/SettingsSpinner/res/drawable/settings_spinner_background.xml5
1 files changed, 2 insertions, 3 deletions
diff --git a/packages/SettingsLib/SettingsSpinner/res/drawable/settings_spinner_background.xml b/packages/SettingsLib/SettingsSpinner/res/drawable/settings_spinner_background.xml
index cbebbb32dc89..d6dc211ad8c4 100644
--- a/packages/SettingsLib/SettingsSpinner/res/drawable/settings_spinner_background.xml
+++ b/packages/SettingsLib/SettingsSpinner/res/drawable/settings_spinner_background.xml
@@ -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"/>