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
/
messagelist
/
src
/
main
/
res
/
drawable
/
dot_red.xml
7 lines
(6 loc)
•
241 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"
>
<
size
android:width
=
"2dp"
android:height
=
"2dp"
/>
<
corners
android:radius
=
"1dp"
/>
<
solid
android:color
=
"#D82217"
/>
</
shape
>