Add preferred player
This commit is contained in:
parent
1f8e90858e
commit
a473e3d623
36 changed files with 843 additions and 333 deletions
7
app/src/main/res/drawable/light_checked_selector.xml
Normal file
7
app/src/main/res/drawable/light_checked_selector.xml
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<selector xmlns:android="http://schemas.android.com/apk/res/android" android:enterFadeDuration="200" android:exitFadeDuration="200">
|
||||
<item android:drawable="@color/light_ripple_color" android:state_checked="true" android:state_pressed="true" />
|
||||
<item android:drawable="@color/light_ripple_color" android:state_pressed="true" />
|
||||
<item android:drawable="@color/light_selected_color" android:state_checked="true" />
|
||||
<item android:drawable="@android:color/transparent" />
|
||||
</selector>
|
||||
Loading…
Add table
Add a link
Reference in a new issue