公告板
版本库
filestore
活动
搜索
登录
main
/
zhangshi_app_android
张氏APP Android端
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
功能模块大部分
Linjiajia
2023-04-24
fcdddf8b9b34f9930bec454b5fffe41c0e33ba3c
[zhangshi_app_android.git]
/
app
/
src
/
main
/
res
/
drawable
/
shape_ffd8e6f5_10_10_0_10.xml
1
2
3
4
5
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android">
<solid android:color="#FFD8E6F5"/>
<corners android:topLeftRadius="10dp" android:topRightRadius="10dp" android:bottomLeftRadius="10dp" android:bottomRightRadius="0dp" />
</shape>