habitica-android/Habitica/res/drawable/btn_habit_background.xml

16 lines
426 B
XML
Raw Normal View History

2015-11-07 14:27:17 +00:00
<?xml version="1.0" encoding="utf-8"?>
<selector xmlns:android="http://schemas.android.com/apk/res/android">
<item android:state_pressed="true">
<shape android:shape="rectangle">
</shape>
</item>
<item android:state_focused="true" >
<shape android:shape="rectangle">
</shape>
</item>
<item>
<shape android:shape="rectangle">
</shape>
</item>
</selector>