Merge "Tweak SettingsSpinner UI" into sc-dev
This commit is contained in:
@@ -17,6 +17,7 @@
|
||||
|
||||
<layer-list
|
||||
xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
xmlns:priv-android="http://schemas.android.com/apk/prv/res/android"
|
||||
android:paddingMode="stack">
|
||||
|
||||
<item
|
||||
@@ -26,10 +27,7 @@
|
||||
<corners
|
||||
android:radius="28dp"/>
|
||||
<solid
|
||||
android:color="?android:attr/colorAccent"/>
|
||||
<stroke
|
||||
android:color="?android:attr/colorPrimary"
|
||||
android:width="1dp"/>
|
||||
android:color="?priv-android:attr/colorAccentPrimary"/>
|
||||
<size
|
||||
android:height="@dimen/spinner_height"/>
|
||||
</shape>
|
||||
|
||||
@@ -15,19 +15,15 @@
|
||||
limitations under the License.
|
||||
-->
|
||||
|
||||
<layer-list xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<layer-list
|
||||
xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
xmlns:priv-android="http://schemas.android.com/apk/prv/res/android">
|
||||
|
||||
<item>
|
||||
<shape>
|
||||
<solid
|
||||
android:color="?android:attr/colorAccent"/>
|
||||
android:color="?priv-android:attr/colorAccentSecondary"/>
|
||||
</shape>
|
||||
</item>
|
||||
|
||||
<item>
|
||||
<shape>
|
||||
<solid android:color="#BBFFFFFF"/>
|
||||
</shape>
|
||||
</item>
|
||||
|
||||
</layer-list>
|
||||
</layer-list>
|
||||
Reference in New Issue
Block a user