cheogram/res/drawable/greybackground.xml
Daniel Gultsch 9c811f8fb2 sharing text
2014-03-13 21:37:27 +01:00

7 lines
214 B
XML

<?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>