13 lines
2.7 KiB
XML
13 lines
2.7 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<RelativeLayout android:background="@color/setting_footer_bg" android:layout_width="fill_parent" android:layout_height="fill_parent"
|
|
xmlns:android="http://schemas.android.com/apk/res/android">
|
|
<RelativeLayout android:orientation="horizontal" android:id="@id/main_rd_layout_title" 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_menu_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" />
|
|
<ImageButton android:id="@id/tmap_menu_driving" android:background="@null" android:layout_width="@dimen/tmap_main_menu_btn_width" android:layout_height="@dimen/tmap_main_menu_btn_height" android:layout_marginLeft="@dimen/tmap_main_menu_btn_margin_left" android:src="@drawable/icon_normal_drive" android:layout_alignParentLeft="true" android:layout_centerVertical="true" />
|
|
<TextView android:textSize="@dimen/tmap_common_title_txt_size" android:textColor="@color/tmap_common_title_txt_color" android:gravity="center" android:id="@id/textViewTitle" android:layout_width="fill_parent" android:layout_height="fill_parent" android:text="@string/blackbox_setting" android:fontFamily="@font/skp_go_bm" />
|
|
<Button android:id="@id/list_edit" android:background="@drawable/btn_edit_set" android:layout_width="@dimen/tmap_main_menu_btn_width" android:layout_height="@dimen/tmap_main_menu_btn_height" android:layout_marginRight="@dimen/tmap_main_icon_btn_margin_right" android:layout_alignParentRight="true" android:layout_centerVertical="true" />
|
|
</RelativeLayout>
|
|
<ListView android:id="@id/rec_list" android:background="@color/white_color" android:layout_width="fill_parent" android:layout_height="wrap_content" android:scrollingCache="false" android:cacheColorHint="@color/color_00000000" android:divider="@color/tmap_common_list_divider_color" android:dividerHeight="@dimen/tmap_1dp" android:layout_below="@id/main_rd_layout_title" />
|
|
<TextView android:textSize="@dimen/tmap_20dp" android:textColor="@color/black_color" android:gravity="center" android:id="@id/empty" android:background="@color/color_fff8f8f8" android:visibility="gone" android:layout_width="fill_parent" android:layout_height="fill_parent" android:text="@string/emptylist" android:layout_below="@id/main_rd_layout_title" android:fontFamily="@font/skp_go_mm" />
|
|
<View android:id="@id/header_shadow" android:background="@drawable/bg_sheet_shadow" android:layout_width="fill_parent" android:layout_height="@dimen/tmap_7dp" android:layout_below="@id/main_rd_layout_title" />
|
|
</RelativeLayout> |