Files
Android-WaterProject/app/src/main/res/layout/select_language_layout.xml
fengjignqi 1b1575eb8a first
2026-05-16 16:19:39 +08:00

13 lines
606 B
XML

<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout 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="match_parent">
<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>