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

8 lines
314 B
XML

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