From 82e57df230ecb744af6c8865f80870ba03c86d89 Mon Sep 17 00:00:00 2001 From: Linjiajia <319408893@qq.com> Date: 星期二, 25 七月 2023 22:18:27 +0800 Subject: [PATCH] 基本功能完成 --- app/src/main/res/layout/dialog_contacts_info.xml | 11 +++++++++++ 1 files changed, 11 insertions(+), 0 deletions(-) diff --git a/app/src/main/res/layout/dialog_contacts_info.xml b/app/src/main/res/layout/dialog_contacts_info.xml index 311e957..848aab9 100644 --- a/app/src/main/res/layout/dialog_contacts_info.xml +++ b/app/src/main/res/layout/dialog_contacts_info.xml @@ -244,6 +244,17 @@ android:text="鐢靛瓙鍚嶇墖锛�" android:textColor="@color/black" android:textSize="14sp" /> + <RelativeLayout + android:layout_width="match_parent" + android:layout_height="wrap_content" + android:layout_marginTop="10dp" + > + <androidx.recyclerview.widget.RecyclerView + android:layout_width="match_parent" + android:layout_height="wrap_content" + android:id="@+id/recyclerView" + /> + </RelativeLayout> </LinearLayout> -- Gitblit v1.9.1