start working on history

This commit is contained in:
2022-03-17 10:18:23 +02:00
parent 4f7def273f
commit 91a05ae4d1
4 changed files with 133 additions and 5 deletions

View File

@ -282,15 +282,15 @@
android:layout_weight="1"
style="?sliders" />
</LinearLayout>
<LinearLayout
android:id="@+id/layoutGoogleMaps"
<fragment
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:id="@+id/map"
android:layout_toRightOf="@id/slidelayout"
android:layout_weight="1"
android:orientation="horizontal" >
</LinearLayout>
android:name="com.google.android.gms.maps.SupportMapFragment" />
</LinearLayout>
<ImageView