<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout android:gravity="center" android:orientation="vertical" android:background="@color/background" android:layout_width="fill_parent" android:layout_height="fill_parent"
  xmlns:android="http://schemas.android.com/apk/res/android">
    <LinearLayout android:gravity="center" android:orientation="vertical" android:id="@id/list_layout" android:background="@drawable/background_white" android:layout_width="fill_parent" android:layout_height="fill_parent" android:layout_marginBottom="130.0px">
        <androidx.recyclerview.widget.RecyclerView android:id="@id/syj_debug" android:layout_width="fill_parent" android:layout_height="fill_parent" />
    </LinearLayout>
    <RelativeLayout android:id="@id/bottom_show_layout" android:background="@color/white" android:layout_width="fill_parent" android:layout_height="120.0px" android:layout_alignParentBottom="true">
        <Button android:textSize="28.0px" android:textColor="@color/white" android:gravity="center" android:id="@id/all_full_btn" android:background="@drawable/btn_yellow_border_selector" android:paddingLeft="50.0px" android:paddingRight="50.0px" android:layout_width="wrap_content" android:layout_height="80.0px" android:text="合并货道" android:layout_centerInParent="true" android:textAllCaps="false" />
    </RelativeLayout>
</RelativeLayout>