|
|
@@ -63,7 +63,6 @@
|
|
|
android:textStyle="bold"/>
|
|
|
|
|
|
<LinearLayout
|
|
|
- android:id="@+id/ll_dialog_schedule_place"
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="match_parent"
|
|
|
android:layout_margin="8dp"
|
|
|
@@ -127,6 +126,7 @@
|
|
|
android:visibility="gone"/>
|
|
|
|
|
|
<LinearLayout
|
|
|
+ android:id="@+id/ll_dialog_schedule_place"
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="wrap_content"
|
|
|
android:layout_margin="15dp"
|
|
|
@@ -173,13 +173,19 @@
|
|
|
android:orientation="vertical"
|
|
|
android:padding="3dp">
|
|
|
|
|
|
- <org.osmdroid.views.MapView
|
|
|
- android:id="@+id/mv_dialog_schedule_map"
|
|
|
+ <LinearLayout
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="match_parent"
|
|
|
android:layout_weight=".95"
|
|
|
android:background="@drawable/map"
|
|
|
- android:padding="1dp"/>
|
|
|
+ android:padding="3dp">
|
|
|
+
|
|
|
+ <org.osmdroid.views.MapView
|
|
|
+ android:id="@+id/mv_dialog_schedule_map"
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="match_parent"/>
|
|
|
+
|
|
|
+ </LinearLayout>
|
|
|
|
|
|
<TextView
|
|
|
android:id="@+id/tv_dialog_schedule_osm"
|