mirror of
https://github.com/sudoxnym/habitica-android.git
synced 2026-07-27 08:40:00 +00:00
10 lines
578 B
XML
10 lines
578 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<selector xmlns:android="http://schemas.android.com/apk/res/android">
|
|
|
|
<!--Infrastructure for animated button-->
|
|
<!--item android:state_focused="true" android:state_pressed="false" android:drawable="@drawable/picture" />
|
|
<item android:state_focused="true" android:state_pressed="true" android:drawable="@drawable/picture_pressed" />
|
|
<item android:state_focused="false" android:state_pressed="true" android:drawable="@drawable/picture_pressed" /-->
|
|
|
|
<item android:drawable="@drawable/party_invite_accept" />
|
|
</selector>
|