diff options
Diffstat (limited to 'res/drawable/greybackground.xml')
-rw-r--r-- | res/drawable/greybackground.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/res/drawable/greybackground.xml b/res/drawable/greybackground.xml new file mode 100644 index 00000000..529af5e8 --- /dev/null +++ b/res/drawable/greybackground.xml @@ -0,0 +1,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> |