Added Android code
[wl-app.git] / Android / app / src / main / res / drawable / refresh_icon_light_selector.xml
diff --git a/Android/app/src/main/res/drawable/refresh_icon_light_selector.xml b/Android/app/src/main/res/drawable/refresh_icon_light_selector.xml
new file mode 100644 (file)
index 0000000..f4a550d
--- /dev/null
@@ -0,0 +1,6 @@
+<?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/refresh_active_tint" />
+    <item android:state_focused="true" android:drawable="@drawable/refresh_active_tint" />
+    <item android:drawable="@drawable/refresh_tint_white" />
+</selector>
\ No newline at end of file