<?xml version="1.0" encoding="utf-8"?>
<LinearLayout android:orientation="vertical" android:background="#ffd3d3d3" android:layout_width="fill_parent" android:layout_height="fill_parent"
  xmlns:android="http://schemas.android.com/apk/res/android">
    <RelativeLayout android:id="@id/goods_header" android:background="@drawable/mmtitle_bg" android:layout_width="fill_parent" android:layout_height="wrap_content">
        <Button android:id="@id/aisle_back" android:background="@drawable/ui_base_weixin_selector_btn_back" android:padding="18.0dip" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_marginLeft="20.0dip" android:text="@string/background_back" android:layout_centerVertical="true" style="@style/ui_base_menubutton" />
        <TextView android:text="@string/background_ice_logout" style="@style/ui_base_menutop" />
    </RelativeLayout>
    <androidx.recyclerview.widget.RecyclerView android:id="@id/rv_logout" android:layout_width="fill_parent" android:layout_height="wrap_content" android:layout_margin="20.0px" android:layout_marginTop="30.0px" />
</LinearLayout>