1.新增首页模块
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
<?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/gray_600"
|
||||
android:dashWidth="5dp"
|
||||
android:dashGap="2dp" />
|
||||
|
||||
</shape>
|
||||
Reference in New Issue
Block a user