From ce88de4891b87c3b7b2750575e15d6e48d518852 Mon Sep 17 00:00:00 2001 From: hxb <hxb@hdlchina.com.cn> Date: 星期四, 24 十月 2024 10:39:12 +0800 Subject: [PATCH] 增加云端库 --- 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 f593ac9..4a3ad77 100644 --- a/app/src/main/res/layout/fragment_home_page.xml +++ b/app/src/main/res/layout/fragment_home_page.xml @@ -12,7 +12,7 @@ android:layout_width="match_parent" android:layout_height="@dimen/dp_44" android:layout_marginStart="@dimen/dp_16" - android:layout_marginTop="@dimen/dp_44" + android:layout_marginTop="@dimen/dp_38" android:layout_marginEnd="@dimen/dp_16" app:layout_constraintEnd_toEndOf="parent" app:layout_constraintStart_toStartOf="parent" @@ -25,7 +25,7 @@ android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_centerVertical="true" - android:text="@string/summarize" /> + android:text="@string/power_home_page" /> <ImageView android:id="@+id/home_page_station_add_iv" @@ -40,7 +40,7 @@ android:id="@+id/srl" android:layout_width="match_parent" android:layout_height="0dp" - android:layout_marginTop="@dimen/dp_26" + android:layout_marginTop="@dimen/dp_14" app:layout_constraintBottom_toBottomOf="parent" app:layout_constraintEnd_toEndOf="parent" app:layout_constraintStart_toStartOf="parent" -- Gitblit v1.8.0