27 lines
1.2 KiB
XML
27 lines
1.2 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<androidx.coordinatorlayout.widget.CoordinatorLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="match_parent">
|
|
<RelativeLayout
|
|
android:background="@color/bg_F2F2F2"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="match_parent">
|
|
<androidx.recyclerview.widget.RecyclerView
|
|
android:id="@+id/rv_inspire_creative"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="match_parent"
|
|
android:layout_below="@+id/title_layout"
|
|
android:layout_centerInParent="true"/>
|
|
<com.ubt.jimu.widgets.LoadStateView
|
|
android:id="@+id/creatlve_loading"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="match_parent"/>
|
|
<com.ubt.jimu.widgets.NavigationBarView
|
|
android:id="@+id/title_layout"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
app:nbv_mode="left"
|
|
app:nbv_title="@string/inspire"/>
|
|
</RelativeLayout>
|
|
</androidx.coordinatorlayout.widget.CoordinatorLayout>
|