Add select path in main activity
This commit is contained in:
@@ -7,6 +7,17 @@
|
||||
android:fitsSystemWindows="true">
|
||||
|
||||
<RelativeLayout tools:ignore="UselessParent">
|
||||
<TableLayout
|
||||
android:layout_width="200dp"
|
||||
android:layout_height="wrap_content"
|
||||
android:backgroundTint="@color/white"
|
||||
android:elevation="600dp">
|
||||
<Spinner
|
||||
android:id="@+id/combo_path"
|
||||
android:background="@color/white"
|
||||
android:layout_height="35dp">
|
||||
</Spinner>
|
||||
</TableLayout>
|
||||
<TableLayout
|
||||
android:layout_width="150dp"
|
||||
android:layout_height="wrap_content"
|
||||
@@ -40,14 +51,14 @@
|
||||
android:clickable="true"
|
||||
android:text="Save Markers" />
|
||||
<Button
|
||||
android:id="@+id/load_path"
|
||||
android:id="@+id/open_maps"
|
||||
android:layout_width="150dp"
|
||||
android:layout_height="wrap_content"
|
||||
android:backgroundTint="@color/white"
|
||||
android:focusable="true"
|
||||
android:textColor="@color/black"
|
||||
android:clickable="true"
|
||||
android:text="Load path" />
|
||||
android:text="Lancer le trajet dans Maps">
|
||||
</Button>
|
||||
<Button
|
||||
android:id="@+id/road"
|
||||
android:layout_width="150dp"
|
||||
@@ -57,21 +68,11 @@
|
||||
android:textColor="@color/black"
|
||||
android:clickable="true"
|
||||
android:text="Test Road Manager" />
|
||||
<TextView
|
||||
android:layout_width="150dp"
|
||||
android:layout_height="wrap_content"
|
||||
android:textColor="@color/black"
|
||||
android:text="Accuracy"/>
|
||||
<TextView
|
||||
android:id="@+id/accuracy"
|
||||
android:layout_width="150dp"
|
||||
android:textColor="@color/black"
|
||||
android:layout_height="wrap_content"
|
||||
android:text=""/>
|
||||
|
||||
</TableLayout>
|
||||
<org.osmdroid.views.MapView
|
||||
android:id="@+id/map"
|
||||
android:elevation="0dp"
|
||||
android:layout_width="fill_parent"
|
||||
android:layout_height="fill_parent">
|
||||
|
||||
|
||||
@@ -11,6 +11,11 @@
|
||||
android:id="@+id/open_maps"
|
||||
android:text="Lancer le trajet dans Maps">
|
||||
|
||||
</Button>
|
||||
<Button
|
||||
android:id="@+id/export_json"
|
||||
android:text="Exporter tous les trajets">
|
||||
|
||||
</Button>
|
||||
<TableLayout
|
||||
android:id="@+id/stop_table"
|
||||
|
||||
Reference in New Issue
Block a user