layout_nestedranking_headview.xml
1.82 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
<?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>