Download this file

btn_latest.xml    8 lines (6 with data), 386 Bytes

1
2
3
4
5
6
7
8
<?xml version="1.0" encoding="utf-8"?>
<selector xmlns:android="http://schemas.android.com/apk/res/android">
<item android:drawable="@color/button_latest_background_pressed" android:state_pressed="true"/>
<item android:drawable="@color/button_latest_background_pressed" android:state_selected="true"/>
<item android:drawable="@color/button_latest_background"/>
</selector>