wjc
2025-04-01 31e89a8697d049410c9d8d5c333cba33223bc9dc
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>