From ec282d9bf134fbda578ff901e4a620222a851d3f Mon Sep 17 00:00:00 2001 From: lmw <125975490@qq.com> Date: 星期三, 20 十一月 2024 10:14:46 +0800 Subject: [PATCH] fix bug --- app/src/main/res/layout/dialog_comment.xml | 10 +++++----- 1 files changed, 5 insertions(+), 5 deletions(-) diff --git a/app/src/main/res/layout/dialog_comment.xml b/app/src/main/res/layout/dialog_comment.xml index 9147189..e6cb22e 100644 --- a/app/src/main/res/layout/dialog_comment.xml +++ b/app/src/main/res/layout/dialog_comment.xml @@ -10,7 +10,7 @@ android:paddingBottom="30dp" android:layout_height="wrap_content"> <TextView - android:id="@+id/tv_title" + android:id="@+id/tv_count" android:layout_width="wrap_content" android:layout_height="wrap_content" android:text="0条提问" @@ -25,8 +25,8 @@ android:layout_width="wrap_content" android:layout_height="wrap_content" android:id="@+id/iv_close" - app:layout_constraintTop_toTopOf="@id/tv_title" - app:layout_constraintBottom_toBottomOf="@id/tv_title" + app:layout_constraintTop_toTopOf="@id/tv_count" + app:layout_constraintBottom_toBottomOf="@id/tv_count" app:layout_constraintEnd_toEndOf="parent" android:padding="10dp" android:layout_marginEnd="5dp" @@ -35,12 +35,12 @@ android:layout_width="match_parent" android:layout_height="1px" android:background="@color/textColor66" - app:layout_constraintTop_toBottomOf="@id/tv_title" + app:layout_constraintTop_toBottomOf="@id/tv_count" android:layout_margin="21dp"/> <com.scwang.smart.refresh.layout.SmartRefreshLayout android:layout_width="match_parent" android:layout_height="420dp" - app:layout_constraintTop_toBottomOf="@id/tv_title" + app:layout_constraintTop_toBottomOf="@id/tv_count" android:layout_marginTop="22dp" android:id="@+id/refreshLayout"> <com.scwang.smart.refresh.header.ClassicsHeader -- Gitblit v1.7.1