From 162ca0f6633f3aa246a40e8ba3d3e9a54f3a4cb5 Mon Sep 17 00:00:00 2001 From: hxb <hxb@hdlchina.com.cn> Date: 星期六, 11 五月 2024 14:45:21 +0800 Subject: [PATCH] 依赖1.0.21 sdk,解决数据乱的问题 --- app/src/main/res/layout/fragment_me_line.xml | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/app/src/main/res/layout/fragment_me_line.xml b/app/src/main/res/layout/fragment_me_line.xml index a762cd9..975be60 100644 --- a/app/src/main/res/layout/fragment_me_line.xml +++ b/app/src/main/res/layout/fragment_me_line.xml @@ -6,6 +6,7 @@ android:background="@color/text_F9FAFB"> <androidx.constraintlayout.widget.ConstraintLayout + android:id="@+id/fragment_me_line_cl" android:layout_width="0dp" android:layout_height="match_parent" android:layout_marginStart="@dimen/dp_20" @@ -48,7 +49,7 @@ <!--鍔犲ぇ鐐瑰嚮鐑尯--> <TextView android:id="@+id/fragment_me_line_right_icon_click_iv" - android:layout_width="@dimen/dp_80" + android:layout_width="match_parent" android:layout_height="match_parent" app:layout_constraintBottom_toBottomOf="@id/fragment_me_line_left_icon_iv" app:layout_constraintEnd_toEndOf="parent" -- Gitblit v1.8.0