mirror of
https://github.com/Michatec/Radio.git
synced 2026-04-01 16:06:27 +02:00
Initial commit
This commit is contained in:
13
app/src/main/res/drawable/selector_play_button.xml
Normal file
13
app/src/main/res/drawable/selector_play_button.xml
Normal file
@@ -0,0 +1,13 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<selector xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
|
||||
<!-- View is "selected" -->
|
||||
<!-- <item android:state_selected="true"-->
|
||||
<!-- android:drawable="@drawable/ic_circular_button_playback_selected_56dp" />-->
|
||||
|
||||
<item android:drawable="@drawable/shape_player_button_small_selected" android:state_focused="true" />
|
||||
|
||||
<!-- Default state. -->
|
||||
<item android:drawable="@drawable/shape_player_button_small" />
|
||||
|
||||
</selector>
|
||||
Reference in New Issue
Block a user