完善
This commit is contained in:
7
app/src/main/res/layout/item_dot.xml
Normal file
7
app/src/main/res/layout/item_dot.xml
Normal file
@@ -0,0 +1,7 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<View xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:layout_width="6dp"
|
||||
android:layout_height="6dp"
|
||||
android:layout_marginLeft="4dp"
|
||||
android:layout_marginRight="4dp"
|
||||
android:background="@drawable/dot_bg" />
|
||||
Reference in New Issue
Block a user