summaryrefslogtreecommitdiff
path: root/client/Piztor/res/drawable/footbar_btn_fetch_style.xml
blob: 379d526de8c367262c6531e4a0f06d3b628cdeb4 (plain) (blame)
1
2
3
4
5
6
<?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_fetch_1"></item>
    <item android:state_pressed="false" android:drawable="@drawable/footbar_fetch"></item>   
</selector>