第一次提交
This commit is contained in:
18
app/src/main/res/layout/activity_goddess.xml
Normal file
18
app/src/main/res/layout/activity_goddess.xml
Normal file
@@ -0,0 +1,18 @@
|
||||
<?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>
|
||||
Reference in New Issue
Block a user