Player overlay buttons redone
This commit is contained in:
parent
d38afae3a7
commit
2d44d81747
20 changed files with 541 additions and 291 deletions
7
integrations/res/drawable/player_fast_forward.xml
Normal file
7
integrations/res/drawable/player_fast_forward.xml
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<selector android:constantSize="true"
|
||||
xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<item android:state_enabled="true" android:state_pressed="true" android:drawable="@drawable/quantum_ic_fast_forward_white_36" />
|
||||
<item android:state_enabled="true" android:drawable="@drawable/quantum_ic_fast_forward_white_36" />
|
||||
<item android:state_enabled="false" android:drawable="@drawable/quantum_ic_fast_forward_grey600_36" />
|
||||
</selector>
|
||||
7
integrations/res/drawable/player_fast_rewind.xml
Normal file
7
integrations/res/drawable/player_fast_rewind.xml
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<selector android:constantSize="true"
|
||||
xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<item android:state_enabled="true" android:state_pressed="true" android:drawable="@drawable/quantum_ic_fast_rewind_white_36" />
|
||||
<item android:state_enabled="true" android:drawable="@drawable/quantum_ic_fast_rewind_white_36" />
|
||||
<item android:state_enabled="false" android:drawable="@drawable/quantum_ic_fast_rewind_grey600_36" />
|
||||
</selector>
|
||||
Loading…
Add table
Add a link
Reference in a new issue