<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
    xmlns:app="http://schemas.android.com/apk/res-auto"
    android:layout_width="fill_parent"
    android:layout_height="43dip"
    android:background="#93cbee" >

    <RelativeLayout
        android:layout_width="fill_parent"
        android:layout_height="wrap_content"
        android:layout_centerInParent="true"
        android:paddingLeft="65dp"
        android:paddingRight="65dp" >

        <LinearLayout
            android:id="@+id/abface_title_bar_top_ll"
            android:layout_width="wrap_content"
            android:layout_height="wrap_content"
            android:layout_centerInParent="true"
            android:orientation="vertical"
            android:paddingBottom="10dp"
            android:paddingTop="10dp" >

            <TextView
                android:id="@+id/abface_title_bar_title"
                style="@style/text_28"
                android:layout_width="wrap_content"
                android:layout_height="wrap_content"
                android:layout_gravity="center"
                android:ellipsize="end"
                android:maxEms="9"
                android:singleLine="true"
                android:text=""
                android:textColor="@color/white" />

            <TextView
                android:id="@+id/abface_title_bar_title_second"
                style="@style/text_20"
                android:layout_width="wrap_content"
                android:layout_height="wrap_content"
                android:layout_gravity="center_horizontal"
                android:layout_marginBottom="10dp"
                android:ellipsize="end"
                android:singleLine="true"
                android:textColor="@color/white"
                android:visibility="gone" />
        </LinearLayout>
    </RelativeLayout>

    <Button
        android:id="@+id/face_nav_title_bar_back_button"
        android:layout_width="32dip"
        android:layout_height="32dip"
        android:layout_marginLeft="40dp"
        android:layout_marginTop="40dp"
        android:background="@drawable/face_top_back"/>
    
    
    <Button
        android:id="@+id/face_nav_title_bar_sound_button"
        android:layout_width="32dip"
        android:layout_height="32dip"
        android:layout_marginRight="40dp"
        android:layout_marginTop="40dp"
        android:layout_alignParentRight="true"
        android:background="@drawable/face_top_sound_on"/>
    
<!-- 
    <Button
        android:id="@+id/title_bar_sound_button"
        android:layout_width="wrap_content"
        android:layout_height="32dp"
        android:layout_alignParentRight="true"
        android:layout_centerVertical="true"
        android:layout_marginRight="13.3dp"
        android:background="@color/transparent"
        android:drawablePadding="8dp"
        android:drawableRight="@drawable/loginment_level_list_sound"
        android:ellipsize="end"
        android:gravity="center_vertical|right"
        android:maxLength="3"
        android:textColor="@drawable/title_bar_text_back_color"
        android:textSize="17.4sp" />
 -->
</RelativeLayout>