summaryrefslogtreecommitdiff
path: root/client/Piztor/res/drawable/footbar_btn_checkin_style.xml
blob: 6dbeb2106710ef4d759a0ca50723678aca14fad2 (plain) (blame)
1
2
3
4
5
6
7
<?xml version="1.0" encoding="utf-8"?>
<selector xmlns:android="http://schemas.android.com/apk/res/android" >

    <item android:state_pressed="true" android:drawable="@drawable/footbar_checkin_1"></item>
	<item android:state_pressed="false" android:drawable="@drawable/footbar_checkin"></item>

</selector>