2020-11-28 07:20:58 +00:00
|
|
|
<?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"
|
|
|
|
android:orientation="vertical">
|
|
|
|
|
2022-12-15 13:58:41 +00:00
|
|
|
<android.support.v7.widget.RecyclerView
|
2020-11-28 07:20:58 +00:00
|
|
|
android:id="@+id/recyclerView"
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="match_parent"
|
|
|
|
android:background="#fff"
|
2022-12-15 13:58:41 +00:00
|
|
|
android:paddingBottom="@dimen/bar_height"></android.support.v7.widget.RecyclerView>
|
2020-11-28 07:20:58 +00:00
|
|
|
</LinearLayout>
|