公告板
版本库
活动
搜索
登录
android
/
driver/shehong
射洪司机端
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
提交代码
Pu Zhibing
2025-06-25
844fc3910b72130f79480714bcba98106d8f9177
[android/driver/shehong.git]
/
app
/
src
/
main
/
res
/
drawable
/
driver_line.xml
1
2
3
4
<?xml version="1.0" encoding="utf-8"?>
<shape android:shape="line" xmlns:android="http://schemas.android.com/apk/res/android">
<stroke android:width="1dp" android:dashWidth="3dp" android:dashGap="2dip" android:color="@color/gray" />
</shape>