safedispatch-mobile/safeDispatch/src/main/res/drawable/style_buttonapply.xml

8 lines
352 B
XML
Raw Normal View History

2022-03-10 14:31:03 +00:00
<?xml version="1.0" encoding="utf-8"?>
<selector xmlns:android="http://schemas.android.com/apk/res/android">
<item android:drawable="@drawable/apply_over"
android:state_pressed="true" />
<item android:drawable="@drawable/apply_over"
android:state_focused="true" />
<item android:drawable="@drawable/apply" />
</selector>