From a611c0140274b73858459a5848c9e162b8c9e6ab Mon Sep 17 00:00:00 2001 From: mac <user@users-MacBook-Pro.local> Date: 星期三, 03 七月 2024 19:21:13 +0800 Subject: [PATCH] 2024年07月03日19:21:08 --- app/src/main/res/layout/fragment_home_page.xml | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/app/src/main/res/layout/fragment_home_page.xml b/app/src/main/res/layout/fragment_home_page.xml index 6675ed2..2aa3fbf 100644 --- a/app/src/main/res/layout/fragment_home_page.xml +++ b/app/src/main/res/layout/fragment_home_page.xml @@ -116,7 +116,7 @@ <TextView android:id="@+id/home_page_station_info_rl1_f_text2_tv" - android:layout_width="9dp" + android:layout_width="wrap_content" android:layout_height="14.5dp" android:layout_alignBottom="@+id/info_rl1_f_text1_tv" android:layout_marginStart="2.5dp" @@ -189,9 +189,9 @@ <TextView android:id="@+id/home_page_station_info_rl1_title_tv" android:layout_width="wrap_content" - android:layout_height="14.5dp" + android:layout_height="16dp" android:layout_marginStart="@dimen/dp_47" - android:layout_marginTop="17dp" + android:layout_marginTop="16dp" android:text="@string/generation" android:textColor="@color/text_191919" android:textSize="@dimen/text_12" /> -- Gitblit v1.8.0