From f753d8366041354da60b8096060f3ab5159e3880 Mon Sep 17 00:00:00 2001 From: wjc <1243177876@qq.com> Date: 星期一, 23 十二月 2024 15:30:10 +0800 Subject: [PATCH] 2024年12月23日15:30:07 --- app/src/main/res/layout/fragment_home_page.xml | 10 +++++----- 1 files changed, 5 insertions(+), 5 deletions(-) diff --git a/app/src/main/res/layout/fragment_home_page.xml b/app/src/main/res/layout/fragment_home_page.xml index bc03351..6587255 100644 --- a/app/src/main/res/layout/fragment_home_page.xml +++ b/app/src/main/res/layout/fragment_home_page.xml @@ -547,7 +547,7 @@ <LinearLayout android:id="@+id/home_page_station_select_time_type_ll" android:layout_width="0dp" - android:layout_height="30.5dp" + android:layout_height="35dp" android:layout_marginStart="@dimen/dp_16" android:layout_marginTop="@dimen/dp_16" android:layout_marginEnd="@dimen/dp_16" @@ -559,7 +559,7 @@ <TextView android:id="@+id/day_tv" - style="@style/Text12Style" + style="@style/Text13Style" android:layout_width="0dp" android:layout_height="match_parent" android:layout_weight="1" @@ -574,7 +574,7 @@ <TextView android:id="@+id/month_tv" - style="@style/Text12Style" + style="@style/Text13Style" android:layout_width="0dp" android:layout_height="match_parent" android:layout_weight="1" @@ -589,7 +589,7 @@ <TextView android:id="@+id/year_tv" - style="@style/Text12Style" + style="@style/Text13Style" android:layout_width="0dp" android:layout_height="match_parent" android:layout_weight="1" @@ -604,7 +604,7 @@ <TextView android:id="@+id/lifeCycle_tv" - style="@style/Text12Style" + style="@style/Text13Style" android:layout_width="0dp" android:layout_height="match_parent" android:layout_weight="1" -- Gitblit v1.8.0