11 lines
334 B
XML
11 lines
334 B
XML
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
|
||
|
<selector xmlns:a="http://schemas.android.com/apk/res/android">
|
||
|
<item a:state_focused="true"
|
||
|
a:drawable="@drawable/metro_button_focused"/>
|
||
|
|
||
|
<item a:state_pressed="true"
|
||
|
a:drawable="@drawable/metro_button_focused"/>
|
||
|
|
||
|
<item a:drawable="@drawable/metro_button_light_shape"/>
|
||
|
</selector>
|