18 lines
672 B
XML
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> |