公告板
版本库
filestore
活动
搜索
登录
main
/
hanju
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
状态栏修改,下拉刷新控件主题色修改
admin
2021-12-28
2e1e666a8e39059194dabff7115cb8897ea19a85
[hanju.git]
/
library-base
/
src
/
main
/
res
/
drawable
/
shape_code_input.xml
1
2
3
4
5
6
7
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android">
<corners android:radius="8dp" />
<solid android:color="#CECECE" />
</shape>