公告板
版本库
filestore
活动
搜索
登录
main
/
zhangshi_app_android
张氏APP Android端
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
1、调整成长经历页面\n2、删除婚姻个人信息
Linjiajia
2024-01-29
b17b9aa59bae6d03055f14d937821655dfaffa1f
[zhangshi_app_android.git]
/
app
/
src
/
main
/
res
/
drawable
/
shape_6b0000_stroke.xml
1
2
3
4
5
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android">
<corners android:topLeftRadius="4dp" android:topRightRadius="4dp" android:bottomLeftRadius="4dp" android:bottomRightRadius="4dp" />
<stroke android:width="1dp" android:color="#6b000000" />
</shape>