公告板
版本库
活动
搜索
登录
android
/
driver/ZhaoYangChuXingDriver
昭阳出行-司机端
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
save
lmw
2024-07-31
7047d336091dc429a47f73badf1e53612ca4159e
[android/driver/ZhaoYangChuXingDriver.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>