2011-10-15 14:11:59 -04:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
|
2012-11-18 11:47:55 -05:00
|
|
|
<selector xmlns:a="http://schemas.android.com/apk/res/android">
|
|
|
|
|
|
|
|
<item a:state_pressed="true"
|
|
|
|
a:drawable="@drawable/metro_button_pressed"/>
|
|
|
|
|
|
|
|
<item a:drawable="@drawable/blue_button_dark_shape"/>
|
|
|
|
|
|
|
|
</selector>
|