Added Android code
[wl-app.git] / Android / app / src / main / res / drawable / refresh_icon_light_selector.xml
1 <?xml version="1.0" encoding="utf-8"?>
2 <selector xmlns:android="http://schemas.android.com/apk/res/android">
3     <item android:state_pressed="true" android:drawable="@drawable/refresh_active_tint" />
4     <item android:state_focused="true" android:drawable="@drawable/refresh_active_tint" />
5     <item android:drawable="@drawable/refresh_tint_white" />
6 </selector>