Skip to content
Snippets Groups Projects
Commit af9d1836 authored by Nicolas Pomepuy's avatar Nicolas Pomepuy Committed by Geoffrey Métais
Browse files

Fix audio player icon regression

parent 916d7d7a
No related branches found
No related tags found
1 merge request!119Icons update
<?xml version="1.0" encoding="UTF-8"?>
<selector xmlns:android="http://schemas.android.com/apk/res/android">
<item android:drawable="@drawable/ic_half_seek_forward" android:state_focused="true" android:state_pressed="true" />
<item android:drawable="@drawable/ic_play_normal" android:state_focused="true" android:state_pressed="true" />
<item android:drawable="@drawable/ic_play_pressed" android:state_focused="true"/>
<item android:drawable="@drawable/ic_play_pressed" android:state_pressed="true"/>
<item android:drawable="@drawable/ic_half_seek_forward" />
<item android:drawable="@drawable/ic_play_normal" />
</selector>
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment