From cfdab7d0c0d61485997a255fe05ad0849d21fe4a Mon Sep 17 00:00:00 2001
From: mac <user@users-MacBook-Pro.local>
Date: 星期一, 22 七月 2024 10:17:52 +0800
Subject: [PATCH] 2024年07月22日10:17:47
---
app/src/main/res/layout/fragment_home_page.xml | 12 ++++++------
1 files changed, 6 insertions(+), 6 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..408bda2 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" />
@@ -281,7 +281,7 @@
<TextView
android:id="@+id/day_tv"
style="@style/Text14Style"
- android:layout_width="86dp"
+ android:layout_width="85dp"
android:layout_height="match_parent"
android:gravity="center"
android:text="@string/day" />
@@ -295,7 +295,7 @@
<TextView
android:id="@+id/month_tv"
style="@style/Text14Style"
- android:layout_width="86dp"
+ android:layout_width="85dp"
android:layout_height="match_parent"
android:gravity="center"
android:text="@string/month" />
@@ -309,7 +309,7 @@
<TextView
android:id="@+id/year_tv"
style="@style/Text14Style"
- android:layout_width="86dp"
+ android:layout_width="85dp"
android:layout_height="match_parent"
android:gravity="center"
android:text="@string/year" />
--
Gitblit v1.8.0