react-native-netease-imui
Version:
react-native netease imui
14 lines • 519 B
text/xml
<layer-list xmlns:android="http://schemas.android.com/apk/res/android">
<item>
<shape android:shape="rectangle">
<stroke android:color="@color/color_activity_blue_bg" android:width="2px"></stroke>
<solid android:color="@color/white"></solid>
</shape>
</item>
<item android:bottom="4dp">
<shape android:shape="rectangle">
<solid android:color="@color/white"></solid>
</shape>
</item>
</layer-list>