49 lines
1.8 KiB
XML
49 lines
1.8 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="match_parent">
|
|
|
|
<RelativeLayout
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="match_parent"
|
|
android:layout_marginBottom="24dp">
|
|
|
|
<com.zhidaoauto.map.sdk.open.nav.view.TmcBarView
|
|
android:id="@+id/tmcBarView"
|
|
android:layout_width="18dp"
|
|
android:layout_height="match_parent"
|
|
android:layout_centerHorizontal="true"
|
|
android:layout_marginBottom="24dp"
|
|
android:layout_marginLeft="4dp"
|
|
android:layout_marginRight="4dp"
|
|
android:layout_marginTop="3dp" />
|
|
|
|
<View
|
|
android:id="@+id/navi_sdk_tmc_bar_container"
|
|
android:layout_width="20dp"
|
|
android:layout_height="match_parent"
|
|
android:layout_centerHorizontal="true"
|
|
android:layout_marginBottom="22dp"
|
|
android:background="@drawable/navi_tmcbar_bg" />
|
|
|
|
<ImageView
|
|
android:id="@+id/tmcBarCar"
|
|
android:layout_width="22dp"
|
|
android:layout_height="22dp"
|
|
android:layout_centerHorizontal="true"
|
|
android:layout_gravity="right"
|
|
android:src="@mipmap/navi_tmcbar_cursor" />
|
|
|
|
|
|
<TextView
|
|
android:id="@+id/tmcBarTxt"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:layout_centerHorizontal="true"
|
|
android:layout_alignParentBottom="true"
|
|
android:text="全程"
|
|
android:textSize="15sp"
|
|
android:textColor="@color/white"/>
|
|
</RelativeLayout>
|
|
|
|
</FrameLayout> |