公告板
版本库
filestore
活动
搜索
登录
main
/
tejia-android
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
特价完善
admin
2021-06-11
ae4dc86b64bd8ef85bc832106741fb98e8d516da
[tejia-android.git]
/
app
/
src
/
main
/
res
/
drawable
/
shape_find_order_check_btn_unselected.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">
<corners android:radius="15dp"></corners>
<solid android:color="#DADADA" />
<size
android:width="15dp"
android:height="15dp"></size>
</shape>