公告板
版本库
filestore
活动
搜索
登录
development-history
/
proxy
概况
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
xuxiuxi
2017-08-01
e09e9f8a34cbc99a33dfa9ef1792b0025575c3a8
[development-history/proxy.git]
/
VisitFace
/
DemoForBsk
/
app
/
src
/
main
/
res
/
drawable
/
rounded_corners.xml
1
2
3
4
5
6
7
8
9
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android">
<corners android:radius="4dp" />
<padding
android:top="2dp"
android:left="2dp"
android:bottom="2dp"
android:right="2dp" />
</shape>