1、增加问题列表显示2、重构常量函数3、增加常用颜色常量

This commit is contained in:
qiji4215
2023-04-24 16:24:57 +08:00
parent 5d7adb0aa7
commit a5b60d3a3f
23 changed files with 471 additions and 137 deletions

View File

@@ -0,0 +1,9 @@
<shape xmlns:android="http://schemas.android.com/apk/res/android"
android:shape="line">
<size android:height="2dp"/>
<stroke
android:color="@color/skyblue"
android:dashWidth="2px"
android:dashGap="2px"
android:width="1dp"/>
</shape>