init: init proj
This commit is contained in:
11
module_base/src/main/res/drawable/dash_line.xml
Normal file
11
module_base/src/main/res/drawable/dash_line.xml
Normal file
@@ -0,0 +1,11 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:shape="line">
|
||||
<stroke
|
||||
android:width="1dp"
|
||||
android:color="@color/list_bg"
|
||||
android:dashWidth="3dp"
|
||||
android:dashGap="2dp" />
|
||||
<size android:height="1dp" />
|
||||
|
||||
</shape>
|
||||
Reference in New Issue
Block a user