<?xml version="1.0" encoding="utf-8"?>
<LinearLayout android:orientation="vertical" android:layout_width="fill_parent" android:layout_height="fill_parent"
  xmlns:android="http://schemas.android.com/apk/res/android">
    <RelativeLayout android:background="@drawable/mmtitle_bg" android:layout_width="fill_parent" android:layout_height="100.0px">
        <Button android:id="@id/serial_back" android:background="@drawable/ui_base_weixin_selector_btn_back" android:padding="18.0px" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_marginLeft="20.0px" android:text="@string/background_back" android:layout_centerVertical="true" android:onClick="serial_back" style="@style/background_menubutton" />
        <TextView android:text="@string/background_serial_port_setup" style="@style/background_menutop" />
    </RelativeLayout>
    <ListView android:id="@android:id/list" android:paddingLeft="20.0px" android:paddingTop="10.0px" android:paddingBottom="10.0px" android:layout_width="fill_parent" android:layout_height="fill_parent" />
</LinearLayout>