6 lines
910 B
XML
6 lines
910 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<RelativeLayout android:id="@id/title_layout" android:tag="layout/tmap_common_title_layout_0" android:background="@color/white_color" android:layout_width="fill_parent" android:layout_height="@dimen/tmap_56dp"
|
|
xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto">
|
|
<ImageView android:id="@id/tmap_back" android:layout_width="wrap_content" android:layout_height="wrap_content" android:src="@drawable/btn_backpress_selector" android:layout_centerVertical="true" android:layout_alignParentStart="true" />
|
|
<TextView android:textSize="@dimen/tmap_18dp" android:textColor="@color/black_color" android:id="@id/title" android:tag="binding_1" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_centerInParent="true" android:fontFamily="@font/skt_tmap_500" />
|
|
</RelativeLayout> |