p7725_sdk_layout_title.xml 1.39 KB
<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>