公告板
版本库
filestore
活动
搜索
登录
叶怿
/
smart_train
硬件组-智慧驾培
概况
操作记录
提交次数
目录
工单
文档
派生
对比
blame
|
历史
|
原始文档
1,暂时删除驾校信息页;2,删除输入密码页,直接打开设置 ;3,写了一个viewmodel用来监听连接状态,结果不能跨页面传递,observe到数据变化
lizhanwei
2020-01-10
1c6b112a32c0986904abd714f8b651c3b44cbcac
[~yy/smart_train.git]
/
app
/
src
/
main
/
res
/
drawable
/
gray_light.xml
1
2
3
4
5
6
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android">
<corners android:radius="5dp"/>
<size android:height="10dp" android:width="10dp"/>
<solid android:color="@android:color/darker_gray"/>
</shape>