8 lines
285 B
XML
8 lines
285 B
XML
<?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" />
|