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
/
src
/
main
/
res
/
drawable
/
bg.xml
7 lines
(6 loc)
•
247 B
text/xml
View Raw
1
2
3
4
5
6
7
<?xml version=
"1.0"
encoding=
"utf-8"
?>
<
shape
xmlns:android
=
"http://schemas.android.com/apk/res/android"
>
<
corners
android:radius
=
"5dp"
/>
<
solid
android:color
=
"#cf5F5F5F"
/>
<
size
android:width
=
"150dp"
android:height
=
"150dp"
/>
</
shape
>