<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
    android:id="@+id/layout_title1"
    android:layout_width="match_parent"
    android:layout_height="@dimen/reg_title_height"
    android:background="@color/qfpay_blue"
    android:orientation="horizontal">

    <RelativeLayout
        android:layout_width="match_parent"
        android:layout_height="wrap_content">

        <TextView
            android:id="@+id/btn_back"
            android:layout_width="wrap_content"
            android:layout_height="match_parent"
            android:gravity="center_vertical"
            android:paddingLeft="@dimen/public_title_padding"
            android:drawableLeft="@drawable/qfpay_back_icon"
            android:paddingRight="@dimen/public_title_padding"
            android:drawablePadding="@dimen/title_drawable_padding"
            android:textColor="@color/qfpay_white"
            android:background="@drawable/qfpay_back_selector"
            android:textSize="@dimen/qfpay_medium" />

        <TextView
            android:visibility="gone"
            android:layout_toRightOf="@id/btn_back"
            android:id="@+id/tv_title"
            android:layout_width="wrap_content"
            android:layout_height="@dimen/reg_title_height"
            android:layout_marginLeft="6dip"
            android:gravity="center"
            android:text="清算列表"
            android:textColor="@color/qfpay_white"
            android:textSize="@dimen/qfpay_medium" />


        <LinearLayout
            android:layout_width="wrap_content"
            android:layout_height="match_parent"
            android:layout_alignParentRight="true"
            android:orientation="horizontal">

            <TextView
                android:id="@+id/btn_right"
                android:layout_width="wrap_content"
                android:layout_height="wrap_content"
                android:background="@drawable/qfpay_selector_btn_help"
                android:gravity="center_vertical"
                android:textColor="@color/qfpay_white"
                android:visibility="gone" />

            <TextView
                android:id="@+id/btn_right_text"
                android:layout_width="wrap_content"
                android:layout_height="match_parent"
                android:layout_marginRight="5dp"
                android:gravity="center_vertical"
                android:textColor="@color/qfpay_white"
                 />
        </LinearLayout>

    </RelativeLayout>
</LinearLayout>
