From 31e89a8697d049410c9d8d5c333cba33223bc9dc Mon Sep 17 00:00:00 2001 From: wjc <1243177876@qq.com> Date: 星期二, 01 四月 2025 19:39:26 +0800 Subject: [PATCH] 2025年04月01日19:39:19 --- app/src/main/res/layout/fragment_house_list.xml | 73 ++++++++++++++++-------------------- 1 files changed, 33 insertions(+), 40 deletions(-) diff --git a/app/src/main/res/layout/fragment_house_list.xml b/app/src/main/res/layout/fragment_house_list.xml index 6cababf..16b7882 100644 --- a/app/src/main/res/layout/fragment_house_list.xml +++ b/app/src/main/res/layout/fragment_house_list.xml @@ -42,14 +42,6 @@ /> - <ImageView - android:id="@+id/edit_iv" - android:layout_width="@dimen/dp_31" - android:layout_height="@dimen/dp_31" - android:layout_marginEnd="@dimen/dp_13" - android:layout_toStartOf="@+id/add_iv" - android:src="@drawable/edit" - android:visibility="gone" /> <ImageView android:id="@+id/add_iv" @@ -313,7 +305,7 @@ android:id="@+id/station_name_tv" android:layout_width="wrap_content" android:layout_height="match_parent" - android:text="@string/station_name" + android:text="@string/pv" android:textColor="@color/text_E6FFFFFF" android:textSize="@dimen/text_14" @@ -346,7 +338,7 @@ android:id="@+id/station_power_tv" android:layout_width="wrap_content" android:layout_height="match_parent" - android:text="@string/generated_power" + android:text="@string/output" android:textColor="@color/text_E6FFFFFF" android:textSize="@dimen/text_14" /> @@ -356,36 +348,6 @@ android:layout_height="@dimen/dp_18" android:layout_toEndOf="@+id/station_power_tv" android:background="@drawable/ascending_descending_order_select" /> - - </RelativeLayout> - - <View - android:layout_width="0dp" - android:layout_height="match_parent" - android:layout_weight="1" /> - - <RelativeLayout - android:id="@+id/station_day_rl" - android:layout_width="wrap_content" - android:layout_height="match_parent" - android:layout_gravity="center_horizontal" - android:orientation="horizontal"> - - <TextView - android:id="@+id/station_day_tv" - android:layout_width="wrap_content" - android:layout_height="match_parent" - android:text="@string/day_power_generation" - android:textColor="@color/text_E6FFFFFF" - android:textSize="@dimen/text_14" /> - - <ImageView - android:id="@+id/station_day_iv" - android:layout_width="@dimen/dp_18" - android:layout_height="@dimen/dp_18" - android:layout_toEndOf="@+id/station_day_tv" - android:background="@drawable/ascending_descending_order_select" /> - </RelativeLayout> @@ -417,6 +379,37 @@ android:background="@drawable/ascending_descending_order_select" /> </RelativeLayout> + <View + android:layout_width="0dp" + android:layout_height="match_parent" + android:layout_weight="1" /> + + <RelativeLayout + android:id="@+id/station_day_rl" + android:layout_width="wrap_content" + android:layout_height="match_parent" + android:layout_gravity="center_horizontal" + android:orientation="horizontal"> + + <TextView + android:id="@+id/station_day_tv" + android:layout_width="wrap_content" + android:layout_height="match_parent" + android:text="@string/day_generation" + android:textColor="@color/text_E6FFFFFF" + android:textSize="@dimen/text_14" /> + + <ImageView + android:id="@+id/station_day_iv" + android:layout_width="@dimen/dp_18" + android:layout_height="@dimen/dp_18" + android:layout_toEndOf="@+id/station_day_tv" + android:background="@drawable/ascending_descending_order_select" /> + + + </RelativeLayout> + + </LinearLayout> </androidx.constraintlayout.widget.ConstraintLayout> -- Gitblit v1.8.0