nowol/app/src/main/res/drawable/refresh_widget_button.xml

6 lines
267 B
XML
Raw Normal View History

2019-06-19 00:56:57 +03:00
<?xml version="1.0" encoding="utf-8"?>
<selector xmlns:android="http://schemas.android.com/apk/res/android">
2020-10-02 02:54:11 +03:00
<item android:state_pressed="true"
android:drawable="@drawable/w_refresh_press" />
<item android:drawable="@drawable/w_refresh" />
2019-06-19 00:56:57 +03:00
</selector>