hp_back_layout.xml 887 Bytes
<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
    android:id="@+id/title_layout"
    android:layout_width="match_parent"
    android:layout_height="wrap_content">
    <ImageButton
        android:id="@+id/back_btn"
        style="@style/hh_btn_style"
        android:src="@drawable/hp_back_btn_bg"
        android:layout_width="wrap_content"
        android:layout_height="wrap_content"
        android:contentDescription="@string/app_name" />


    <TextView
        android:id="@+id/title"
        android:textSize="24sp"
        android:textColor="@color/colorPrimary"
        android:text="@string/hp_main_title"
        android:layout_centerHorizontal="true"
        android:layout_centerVertical="true"
        android:layout_width="wrap_content"
        android:layout_height="wrap_content" />

</RelativeLayout>