jimu-decompiled/resources/res/layout/activity_diy_fan.xml
2025-05-13 19:24:51 +02:00

19 lines
835 B
XML

<?xml version="1.0" encoding="utf-8"?>
<LinearLayout 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">
<com.ubt.jimu.widgets.NavigationBarView
android:id="@+id/nbv_bar"
android:layout_width="match_parent"
android:layout_height="wrap_content"
app:nbv_mode="left"/>
<androidx.recyclerview.widget.RecyclerView
android:id="@+id/ry_fan"
android:paddingLeft="@dimen/diy_list_hori_padding"
android:paddingRight="@dimen/diy_list_hori_padding"
android:layout_width="match_parent"
android:layout_height="match_parent"
style="@style/scrollbar_recyclerView_none"/>
</LinearLayout>