From ce88de4891b87c3b7b2750575e15d6e48d518852 Mon Sep 17 00:00:00 2001 From: hxb <hxb@hdlchina.com.cn> Date: 星期四, 24 十月 2024 10:39:12 +0800 Subject: [PATCH] 增加云端库 --- app/src/main/res/layout/fragment_message.xml | 12 +++++++----- 1 files changed, 7 insertions(+), 5 deletions(-) diff --git a/app/src/main/res/layout/fragment_message.xml b/app/src/main/res/layout/fragment_message.xml index 1148b86..2b5d3cc 100644 --- a/app/src/main/res/layout/fragment_message.xml +++ b/app/src/main/res/layout/fragment_message.xml @@ -11,7 +11,7 @@ android:layout_width="match_parent" android:layout_height="@dimen/dp_44" android:layout_marginStart="@dimen/dp_16" - android:layout_marginTop="@dimen/dp_44" + android:layout_marginTop="@dimen/dp_38" android:layout_marginEnd="@dimen/dp_16" app:layout_constraintEnd_toEndOf="parent" app:layout_constraintStart_toStartOf="parent" @@ -33,7 +33,7 @@ android:layout_height="wrap_content" android:layout_centerVertical="true" android:layout_marginStart="20dp" - android:layout_marginEnd="4dp" + android:layout_marginEnd="36dp" android:layout_toEndOf="@+id/message_tab_nascent_title_tv" android:text="@string/alarm_record" android:textColor="@color/text_66000000" @@ -241,12 +241,14 @@ app:layout_constraintStart_toStartOf="parent" app:layout_constraintTop_toBottomOf="@+id/message_cl"> + <!-- android:clipToPadding="false" + android:paddingBottom="@dimen/dp_16" + 搴曢儴闂磋窛 + --> <androidx.recyclerview.widget.RecyclerView android:id="@+id/message_rcv" android:layout_width="match_parent" - android:layout_height="match_parent" - android:clipToPadding="false" - android:paddingBottom="@dimen/dp_16" /> + android:layout_height="match_parent" /> </androidx.swiperefreshlayout.widget.SwipeRefreshLayout> <!--娌℃湁鏁版嵁鏄剧ず鏍峰紡--> -- Gitblit v1.8.0