layout_nestedranking_headview.xml 1.82 KB
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
    android:layout_width="match_parent"
    android:layout_height="match_parent"
    android:orientation="vertical">

    <RelativeLayout
        android:layout_width="match_parent"
        android:layout_height="40.3dp"
        android:background="@color/white">

        <TextView
            android:layout_width="wrap_content"
            android:layout_height="wrap_content"
            android:layout_centerVertical="true"
            android:paddingLeft="10dp"
            android:text="@string/find_dbing" />

        <TextView
            android:id="@+id/tv_button_rule"
            android:layout_width="wrap_content"
            android:layout_height="wrap_content"
            android:layout_alignParentRight="true"
            android:layout_centerVertical="true"
            android:layout_marginRight="4dp"
            android:drawableRight="@mipmap/rule_information"
            android:paddingRight="9dp"
            android:text="@string/find_rule"
            android:background="@drawable/list_selector"
            android:textColor="@color/color_999"
            android:textSize="11sp" />
    </RelativeLayout>

    <LinearLayout
        android:id="@+id/linear_addvp_phb"
        android:layout_width="match_parent"
        android:layout_height="127dp"
        android:background="@drawable/default_background"
        android:orientation="horizontal"></LinearLayout>

    <TextView
        android:layout_width="match_parent"
        android:layout_height="35dp"
        android:background="@color/white"
        android:gravity="center_vertical"
        android:paddingLeft="10dp"
        android:text="@string/find_rankinglist"
        android:textColor="@color/color_333"
        android:textSize="13sp" />
</LinearLayout>