35 lines
No EOL
1.3 KiB
XML
35 lines
No EOL
1.3 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:gravity="top|center"
|
|
android:orientation="horizontal">
|
|
|
|
<View
|
|
android:id="@+id/map_route_land_left_margin_external"
|
|
android:layout_width="@dimen/dashboard_land_width"
|
|
android:layout_height="0dp"
|
|
android:layout_gravity="top|left"
|
|
android:visibility="gone"/>
|
|
|
|
<LinearLayout
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:layout_gravity="top|center"
|
|
android:layout_marginTop="@dimen/map_button_margin"
|
|
android:background="@drawable/btn_round"
|
|
android:orientation="vertical">
|
|
|
|
<ProgressBar
|
|
android:id="@+id/map_horizontal_progress_external"
|
|
style="?android:attr/progressBarStyleHorizontal"
|
|
android:layout_width="@dimen/map_routing_progress_width"
|
|
android:layout_height="wrap_content"
|
|
android:layout_marginLeft="@dimen/map_button_margin"
|
|
android:layout_marginRight="@dimen/map_button_margin"
|
|
android:max="100"
|
|
android:progress="60"/>
|
|
|
|
</LinearLayout>
|
|
|
|
</LinearLayout> |