mirror of
https://github.com/clangen/musikcube.git
synced 2024-11-19 11:10:52 +00:00
Fixed checkbox drawable style for Android 4.x devices.
This commit is contained in:
parent
f63df8f051
commit
7eb62e284e
@ -2,5 +2,5 @@
|
|||||||
<selector
|
<selector
|
||||||
xmlns:android="http://schemas.android.com/apk/res/android">
|
xmlns:android="http://schemas.android.com/apk/res/android">
|
||||||
<item
|
<item
|
||||||
android:drawable="@color/theme_selected_background"/>
|
android:drawable="@color/theme_button_background"/>
|
||||||
</selector>
|
</selector>
|
Loading…
Reference in New Issue
Block a user