aboutsummaryrefslogtreecommitdiffstats
path: root/res/drawable/greybackground.xml
blob: 529af5e8a2a7e38e0c67f3efe449f2a6b69d04f1 (plain)
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/grey" />
</selector>