Files
Android-key-of-love/app/src/main/res/layout/item_dot.xml
pengxiaolong 7814a10815 完善
2025-12-26 22:01:04 +08:00

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" />