react-native-unit-components
Version:
Unit React Native components
19 lines (18 loc) • 768 B
text/xml
<selector xmlns:android="http://schemas.android.com/apk/res/android" >
<item
android:state_enabled="false"
android:state_focused="true"
android:drawable="@drawable/un_googlepay_button_background_image_focused" />
<item
android:state_enabled="false"
android:drawable="@drawable/un_googlepay_button_background_image" />
<item
android:state_pressed="true"
android:drawable="@drawable/un_googlepay_button_background_image_pressed" />
<item
android:state_focused="true"
android:drawable="@drawable/un_googlepay_button_background_image_focused" />
<item
android:drawable="@drawable/un_googlepay_button_background_image" />
</selector>