riku
2025-10-31 1897c4ad5fa73b3f0a36e1aa0e1e9000302a6ace
app/src/main/res/layout/fragment_home_competent.xml
@@ -3,11 +3,11 @@
    android:layout_width="match_parent"
    android:layout_height="match_parent"
    android:orientation="vertical"
    tools:context="cn.flightfeather.thirdapp.fragment.HomeFragment"
    tools:context="cn.flightfeather.thirdappmodule.module.home.HomeFragment"
    android:background="@drawable/shape_bg_gradient">
    <include android:id="@+id/topPanel_" layout="@layout/tab_panel_scenetype" android:visibility="gone"/>
    <cn.flightfeather.thirdapp.view.MyScrollView
    <cn.flightfeather.thirdappmodule.view.MyScrollView
        android:layout_width="match_parent"
        android:layout_height="match_parent"
        android:id="@+id/sv_home_base">
@@ -124,10 +124,11 @@
                android:layout_height="match_parent"
                android:orientation="vertical">
                <include layout="@layout/function_card1_competent" />
                <include layout="@layout/function_card5_competent" />
                <include layout="@layout/function_card4_competent" />
                <include layout="@layout/function_card2_competent" />
                <include layout="@layout/function_card3_competent" />
            </LinearLayout>
        </LinearLayout>
    </cn.flightfeather.thirdapp.view.MyScrollView>
    </cn.flightfeather.thirdappmodule.view.MyScrollView>
</RelativeLayout>