公告板
版本库
filestore
活动
搜索
登录
蔺鹏鹏
/
medeasy
派生自
medeasy
概况
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
IOS
hefeixia
2021-02-18
49f3c1374873f73dbde2983ca0fcf1fb10bfedbf
[~joseph/medeasy.git]
/
Doctor
/
Android
/
uikit
/
src
/
main
/
res
/
drawable
/
shape_unread_message_count_label_bg.xml
1
2
3
4
5
6
7
8
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android"
android:shape="rectangle">
<corners android:radius="8dp" />
<solid android:color="@color/gray" />
</shape>