公告板
版本库
filestore
活动
搜索
登录
main
/
locations
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
推送功能完善
admin
2022-01-12
8327000a0cce5e47226372e0e25c1e6faec497e7
[locations.git]
/
android
/
build
/
flutter_baidu_mapapi_map
/
intermediates
/
packaged_res
/
debug
/
drawable
/
bg_edittext_normal.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">
<solid android:color="#FFFFFF" />
<corners android:radius="3dip"/>
<stroke
android:width="1dip"
android:color="#728ea3" />
</shape>