mirror of
https://github.com/sudoxnym/habitica-android.git
synced 2026-07-27 17:33:22 +00:00
16 lines
426 B
XML
16 lines
426 B
XML
|
|
<?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>
|