From aa512ff5fc428fbee046d6bc0761c3675023769e Mon Sep 17 00:00:00 2001 From: 罗明文 <125975490@qq.com> Date: 星期三, 21 五月 2025 15:49:32 +0800 Subject: [PATCH] save --- app/src/main/res/layout/item_index.xml | 21 +++++++++++++++++++++ 1 files changed, 21 insertions(+), 0 deletions(-) diff --git a/app/src/main/res/layout/item_index.xml b/app/src/main/res/layout/item_index.xml new file mode 100644 index 0000000..396243d --- /dev/null +++ b/app/src/main/res/layout/item_index.xml @@ -0,0 +1,21 @@ +<?xml version="1.0" encoding="utf-8"?> +<androidx.constraintlayout.widget.ConstraintLayout xmlns:android="http://schemas.android.com/apk/res/android" + android:layout_width="28dp" + android:layout_height="25dp" + xmlns:app="http://schemas.android.com/apk/res-auto" + android:background="@color/white"> + <TextView + android:id="@+id/tv_sort" + android:layout_width="match_parent" + android:layout_height="match_parent" + android:text="1" + android:gravity="center" + android:textSize="14sp" + android:textStyle="bold" /> + <View + android:layout_width="1dp" + android:layout_height="match_parent" + app:layout_constraintEnd_toEndOf="parent" + android:id="@+id/line" + android:background="@color/textColor66"/> +</androidx.constraintlayout.widget.ConstraintLayout> \ No newline at end of file -- Gitblit v1.7.1