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

6 lines
267 B
XML

<?xml version="1.0" encoding="utf-8"?>
<selector xmlns:android="http://schemas.android.com/apk/res/android">
<item android:state_pressed="true"
android:drawable="@drawable/w_refresh_press" />
<item android:drawable="@drawable/w_refresh" />
</selector>