tmap/res/layout/tmap_common_titlebar.xml
2022-06-10 21:38:30 +09:00

8 lines
960 B
XML

<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout android:layout_width="fill_parent" android:layout_height="wrap_content"
xmlns:android="http://schemas.android.com/apk/res/android">
<RelativeLayout android:id="@id/titleRootLayout" android:background="@color/tmap_common_title_bg_color" android:layout_width="fill_parent" android:layout_height="@dimen/tmap_common_title_height">
<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_common_title_txt_size" android:textColor="@color/color_000000" android:id="@id/title" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_centerInParent="true" android:fontFamily="@font/skt_tmap_500" />
</RelativeLayout>
</RelativeLayout>