com_mozillaonline_layout_title.xml
2.95 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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="48dp"
android:background="@drawable/p7725_sdk_bar"
android:baselineAligned="false" >
<LinearLayout
android:layout_width="wrap_content"
android:layout_height="match_parent"
android:layout_alignParentLeft="true"
android:layout_centerVertical="true"
android:gravity="center"
android:orientation="horizontal" >
<Button
android:id="@+id/btn_title_back"
android:layout_width="50dp"
android:layout_height="wrap_content"
android:background="@drawable/btn_title_back" />
<TextView
android:id="@+id/text"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:gravity="center"
android:textColor="#fff"
android:visibility="gone"
android:textSize="12sp" />
</LinearLayout>
<LinearLayout
android:layout_width="wrap_content"
android:layout_height="match_parent"
android:layout_centerHorizontal="true"
android:layout_centerVertical="true"
android:layout_margin="2dp"
android:gravity="center"
android:orientation="horizontal" >
<TextView
android:id="@+id/tv_title_text"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:gravity="center"
android:textColor="@color/p7725_sdk_white"
android:textSize="20sp" />
</LinearLayout>
<LinearLayout
android:layout_width="wrap_content"
android:layout_height="match_parent"
android:layout_alignParentRight="true"
android:layout_centerVertical="true"
android:layout_marginRight="8dp"
android:orientation="horizontal"
android:gravity="center" >
<Button
android:id="@+id/btn_title_people"
android:layout_width="wrap_content"
android:layout_height="35dp"
android:background="@drawable/btn_border_white_to_orange"
android:paddingLeft="10dp"
android:paddingRight="10dp"
android:paddingTop="4dp"
android:paddingBottom="4dp"
android:textColor="@drawable/font_black_white"
android:textSize="14sp"
android:layout_marginRight="5dp"
android:visibility="gone" />
<Button
android:id="@+id/btn_title_share"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:background="@drawable/p7725_recreation_life_share"
android:textColor="@drawable/font_black_white"
android:gravity="center"
android:visibility="gone" />
</LinearLayout>
</RelativeLayout>