add dispatch remind dialog and UI changes

This commit is contained in:
zhongchao
2021-06-21 20:17:20 +08:00
parent ada2cb1c16
commit a573047b6c
9 changed files with 218 additions and 7 deletions

View File

@@ -0,0 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android" android:shape="oval">
<solid android:color="@color/adas_dispatch_remind_count_down_bg"/>
</shape>