UNPKG
react-native-netease-imui
Version:
latest (1.0.0)
1.0.0
react-native netease imui
github.com/luojf945/react-native-imui
luojf945/react-native-imui
react-native-netease-imui
/
android
/
popuptool
/
src
/
main
/
res
/
drawable
/
round_bg_selector.xml
5 lines
•
257 B
text/xml
View Raw
1
2
3
4
5
<?xml version=
"1.0"
encoding=
"utf-8"
?>
<
selector
xmlns:android
=
"http://schemas.android.com/apk/res/android"
>
<
item
android:drawable
=
"@drawable/round_bg_press"
android:state_pressed
=
"true"
/>
<
item
android:drawable
=
"@drawable/round_bg"
/>
</
selector
>