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