语言选择调整

This commit is contained in:
fengjignqi
2026-05-18 08:48:31 +08:00
parent c58ed6dc65
commit cfa606f65e
2 changed files with 15 additions and 10 deletions

View File

@@ -1,13 +1,15 @@
<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
android:orientation="vertical"
android:layout_width="match_parent"
android:layout_height="wrap_content">
android:layout_height="wrap_content"
android:orientation="vertical"
android:background="@color/white">
<androidx.recyclerview.widget.RecyclerView
android:id="@+id/recyclerView"
android:layout_width="match_parent"
android:layout_height="wrap_content"
app:layoutManager="androidx.recyclerview.widget.LinearLayoutManager"
android:layout_alignParentBottom="true"/>
</RelativeLayout>
app:layoutManager="androidx.recyclerview.widget.LinearLayoutManager"/>
</LinearLayout>