Files
qianyanAndroid/app/src/main/res/layout/activity_goddess.xml
被淹死的鱼 cd3b53759e 第一次提交
2026-03-11 18:26:29 +08:00

18 lines
672 B
XML

<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent"
xmlns:tools="http://schemas.android.com/tools"
tools:viewBindingIgnore="true"
android:orientation="vertical">
<androidx.recyclerview.widget.RecyclerView
android:background="#fff"
android:id="@+id/goddess_rv"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginTop="@dimen/dp8"
android:layout_marginBottom="@dimen/dp16"
android:layout_weight="1" />
</LinearLayout>