<?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="80.0px">
        <Button android:id="@id/btn_back" android:background="@drawable/ui_base_weixin_selector_btn_back" android:layout_width="wrap_content" android:layout_height="fill_parent" android:layout_marginLeft="20.0px" android:layout_marginTop="10.0px" android:text="@string/background_back" android:layout_alignParentLeft="true" style="@style/background_menubutton" />
        <TextView android:text="@string/background_menu" style="@style/background_menutop" />
        <Button android:id="@id/btn_exit" android:background="@drawable/ui_base_weixin_selector_btn_back" android:layout_width="wrap_content" android:layout_height="fill_parent" android:layout_marginTop="10.0px" android:layout_marginRight="20.0px" android:text="@string/ui_base_exit" android:layout_alignParentRight="true" android:textAllCaps="false" style="@style/background_menubutton" />
        <TextView android:textSize="18.0px" android:textColor="@color/background_whitesmoke" android:gravity="center" android:id="@id/change_new_spring_muen" android:layout_width="200.0px" android:layout_height="wrap_content" android:layout_marginLeft="10.0px" android:layout_marginTop="10.0px" android:text="@string/switch_new_version_background" android:layout_toRightOf="@id/btn_back" />
    </RelativeLayout>
    <RelativeLayout android:background="@color/background_main_background" android:layout_width="fill_parent" android:layout_height="fill_parent">
        <TextView android:id="@id/tv_jump_to_intfaces" android:layout_width="150.0dip" android:layout_height="80.0px" android:layout_alignParentRight="true" />
        <GridView android:gravity="center" android:id="@id/menu_grid" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_marginTop="@dimen/ui_base_main_menu_grid_mtop" android:listSelector="#00000000" android:verticalSpacing="@dimen/ui_base_main_menu_vspan" android:numColumns="2" />
    </RelativeLayout>
</LinearLayout>