1、增加问题列表显示2、重构常量函数3、增加常用颜色常量
This commit is contained in:
9
app/src/main/res/drawable/separator.xml
Normal file
9
app/src/main/res/drawable/separator.xml
Normal 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>
|
||||
Reference in New Issue
Block a user