调整布局

This commit is contained in:
renhaoting 2025-12-08 18:54:26 +08:00
parent 2dc819f916
commit a95b8b84e9
1 changed files with 6 additions and 3 deletions

View File

@ -11,9 +11,10 @@
android:scaleType="centerCrop" android:scaleType="centerCrop"
/> />
<FrameLayout <LinearLayout
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="match_parent" android:layout_height="match_parent"
android:orientation="vertical"
android:id="@+id/content_root" > android:id="@+id/content_root" >
<com.ama.core.architecture.widget.CustomTitleBar <com.ama.core.architecture.widget.CustomTitleBar
@ -25,7 +26,9 @@
<androidx.core.widget.NestedScrollView <androidx.core.widget.NestedScrollView
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="wrap_content"> android:layout_height="0dp"
android:layout_weight="1"
>
<LinearLayout <LinearLayout
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="wrap_content" android:layout_height="wrap_content"
@ -165,7 +168,7 @@
</LinearLayout> </LinearLayout>
</androidx.core.widget.NestedScrollView> </androidx.core.widget.NestedScrollView>
</FrameLayout> </LinearLayout>
</FrameLayout> </FrameLayout>