aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/res/drawable/greybackground.xml
blob: f820cf318b952ee1432289fa85287bfc4fe7c579 (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:drawable="@drawable/grey" android:state_pressed="true" />

</selector>