公告板
版本库
filestore
活动
搜索
登录
main
/
taoke_autopay_android
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
代码精简
admin
2024-07-03
a40e0e51331e5e6f69e8bed5940512b29150c7a9
[taoke_autopay_android.git]
/
app
/
src
/
main
/
res
/
drawable
/
shape_input.xml
1
2
3
4
5
6
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android"
android:shape="rectangle">
<solid android:color="#fff3f3f3" />
<corners android:radius="24dp" />
</shape>