p7725_sdk_layout_title.xml
1.39 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
<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="@dimen/p7725_title_height"
android:background="@drawable/p7725_sdk_bar"
android:paddingRight="@dimen/p7725_distance"
android:baselineAligned="false" >
<Button
android:id="@+id/title_previous"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:background="@drawable/p7725_sdk_btn_previous"
android:layout_centerVertical="true"
android:visibility="gone"
android:textColor="@android:color/black" />
<TextView
android:id="@+id/title_text"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_centerHorizontal="true"
android:layout_centerVertical="true"
android:gravity="center"
android:textColor="@android:color/white"
android:textSize="@dimen/p7725_font_title_size" />
<Button
android:id="@+id/title_back"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_alignParentRight="true"
android:layout_centerVertical="true"
android:background="@drawable/p7725_sdk_btn_back"
android:textColor="@android:color/black" />
</RelativeLayout>