mirror of
https://github.com/Michatec/Radio.git
synced 2026-04-01 16:06:27 +02:00
13 lines
502 B
XML
13 lines
502 B
XML
<?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> |