wjc
2024-12-03 4c111f5659d7e8872ad91316127326de9a9f6162
app/src/main/res/layout/activity_my_power_station.xml
@@ -12,48 +12,62 @@
        android:id="@+id/module_fcv"
        android:layout_width="0dp"
        android:layout_height="0dp"
        app:layout_constraintBottom_toTopOf="@+id/my_power_station_bottom_ll"
        app:layout_constraintBottom_toTopOf="@+id/ll"
        app:layout_constraintEnd_toEndOf="parent"
        app:layout_constraintStart_toStartOf="parent"
        app:layout_constraintTop_toTopOf="parent" />
    <LinearLayout
        android:id="@+id/my_power_station_bottom_ll"
        android:id="@+id/ll"
        android:layout_width="match_parent"
        android:layout_height="@dimen/dp_64"
        android:background="@color/text_FF333738"
        android:orientation="horizontal"
        android:orientation="vertical"
        app:layout_constraintBottom_toBottomOf="parent"
        app:layout_constraintEnd_toEndOf="parent"
        app:layout_constraintStart_toStartOf="parent">
        <!--首页-模块-->
        <include
            android:id="@+id/my_power_station_bottom_il0"
            layout="@layout/home_bottom_line"
            />
        <!--电站-模块-->
        <include
            android:id="@+id/my_power_station_bottom_il1"
            layout="@layout/home_bottom_line"
        <View
            android:layout_width="match_parent"
            android:layout_height="0.5dp"
            android:background="@color/text_1AFFFFFF" />
            />
        <!--报警-模块-->
        <include
            android:id="@+id/my_message_bottom_il2"
            layout="@layout/home_bottom_line" />
        <LinearLayout
            android:id="@+id/my_power_station_bottom_ll"
            android:layout_width="match_parent"
            android:layout_height="0dp"
            android:layout_weight="1"
            android:orientation="horizontal">
        <!--        <View-->
        <!--            android:layout_width="@dimen/dp_1"-->
        <!--            android:layout_height="@dimen/dp_17"-->
        <!--            android:background="@color/text_CBCDD1" />-->
        <!--我的-模块-->
        <include
            android:id="@+id/my_me_bottom_il3"
            layout="@layout/home_bottom_line" />
            <!--首页-模块-->
            <include
                android:id="@+id/my_power_station_bottom_il0"
                layout="@layout/home_bottom_line"
                />
            <!--电站-模块-->
            <include
                android:id="@+id/my_power_station_bottom_il1"
                layout="@layout/home_bottom_line"
                />
            <!--报警-模块-->
            <include
                android:id="@+id/my_message_bottom_il2"
                layout="@layout/home_bottom_line" />
            <!--        <View-->
            <!--            android:layout_width="@dimen/dp_1"-->
            <!--            android:layout_height="@dimen/dp_17"-->
            <!--            android:background="@color/text_CBCDD1" />-->
            <!--我的-模块-->
            <include
                android:id="@+id/my_me_bottom_il3"
                layout="@layout/home_bottom_line" />
        </LinearLayout>
    </LinearLayout>