<?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="wrap_content">
        <Button android:id="@id/serial_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" android:onClick="serial_back" style="@style/background_menubutton" />
        <TextView android:text="@string/background_skin_setting" style="@style/background_menutop" />
    </RelativeLayout>
    <LinearLayout android:orientation="horizontal" android:layout_width="fill_parent" android:layout_height="wrap_content" android:layout_marginLeft="30.0dip" android:layout_marginTop="50.0dip" android:layout_marginRight="50.0dip" android:layout_marginBottom="30.0dip">
        <TextView android:textSize="26.0sp" android:layout_width="fill_parent" android:layout_height="wrap_content" android:text="播放广告有效时间开关" android:layout_weight="1.0" />
        <com.tcn.ui.view.MySlipSwitch android:id="@id/info_time_switch" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_alignParentRight="true" />
    </LinearLayout>
    <LinearLayout android:orientation="horizontal" android:id="@id/layout_time_start" android:layout_width="fill_parent" android:layout_height="wrap_content" android:layout_marginLeft="30.0dip" android:layout_marginRight="30.0dip">
        <EditText android:enabled="false" android:id="@id/show_time_start" android:layout_width="fill_parent" android:layout_height="wrap_content" android:layout_weight="1.0" />
        <Button android:id="@id/pick_time_start" android:layout_width="wrap_content" android:layout_height="wrap_content" android:text="选择起始时间" />
    </LinearLayout>
    <LinearLayout android:orientation="horizontal" android:id="@id/layout_time_end" android:layout_width="fill_parent" android:layout_height="wrap_content" android:layout_marginLeft="30.0dip" android:layout_marginRight="30.0dip">
        <EditText android:enabled="false" android:id="@id/show_time_end" android:layout_width="fill_parent" android:layout_height="wrap_content" android:layout_weight="1.0" />
        <Button android:id="@id/pick_time_end" android:layout_width="wrap_content" android:layout_height="wrap_content" android:text="选择结束时间" />
    </LinearLayout>
    <ListView android:id="@android:id/list" android:paddingLeft="20.0dip" android:paddingTop="10.0dip" android:paddingBottom="10.0dip" android:layout_width="fill_parent" android:layout_height="wrap_content" />
</LinearLayout>