From 27bbd0435881e408f267c99e6a253d2e17873bcc Mon Sep 17 00:00:00 2001 From: tj <1378534974@qq.com> Date: 星期五, 11 四月 2025 17:44:11 +0800 Subject: [PATCH] 1.2 --- app/src/main/res/layout/fragment_notifications.xml | 21 +++++++++++++++++++++ 1 files changed, 21 insertions(+), 0 deletions(-) diff --git a/app/src/main/res/layout/fragment_notifications.xml b/app/src/main/res/layout/fragment_notifications.xml index e176684..82ad433 100644 --- a/app/src/main/res/layout/fragment_notifications.xml +++ b/app/src/main/res/layout/fragment_notifications.xml @@ -19,6 +19,27 @@ android:layout_height="32dp" android:scaleType="centerCrop" /> + <LinearLayout + android:layout_width="match_parent" + android:layout_height="25dp" + android:gravity="center_vertical" + android:orientation="horizontal"> + + <View + android:layout_width="0dp" + android:layout_height="wrap_content" + android:layout_weight="1" /> + + <ImageView + android:id="@+id/iv_setting" + android:layout_width="28dp" + android:layout_height="wrap_content" + android:layout_marginEnd="8dp" + android:contentDescription="设置" + android:src="@mipmap/setting" /> + </LinearLayout> + + <!-- 用户信息区域 - 减小padding --> <RelativeLayout android:id="@+id/layout_user_info" -- Gitblit v1.9.3