From 8c04e8e9e28f7fdf1df36f2630bd998d0acc746c Mon Sep 17 00:00:00 2001 From: mac <user@users-MacBook-Pro.local> Date: 星期一, 21 十月 2024 14:01:41 +0800 Subject: [PATCH] 更新uniSDk后,Android14打开uni界面正常 --- app/src/main/res/layout/fragment_me_line.xml | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/src/main/res/layout/fragment_me_line.xml b/app/src/main/res/layout/fragment_me_line.xml index 77b8bd2..550926d 100644 --- a/app/src/main/res/layout/fragment_me_line.xml +++ b/app/src/main/res/layout/fragment_me_line.xml @@ -29,8 +29,8 @@ <ImageView android:id="@+id/fragment_me_line_right_icon_iv" - android:layout_width="@dimen/dp_7" - android:layout_height="@dimen/dp_12" + android:layout_width="@dimen/dp_16" + android:layout_height="@dimen/dp_16" android:layout_marginEnd="@dimen/dp_23" android:src="@drawable/next" app:layout_constraintBottom_toBottomOf="@id/fragment_me_line_left_icon_iv" -- Gitblit v1.8.0