Improved fragments

This commit is contained in:
RemoMeijer
2021-01-05 10:47:35 +01:00
parent a75b81033f
commit d63b150275
5 changed files with 23 additions and 31 deletions

View File

@@ -6,7 +6,6 @@
android:layout_height="match_parent"
tools:context=".fragments.HomeFragment">
<org.osmdroid.views.MapView
android:id="@+id/mapView"
android:layout_width="match_parent"
@@ -24,6 +23,7 @@
android:layout_height="wrap_content"
android:layout_marginTop="20dp"
android:layout_marginEnd="20dp"
android:backgroundTint="@color/secondaryColour"
android:src="@drawable/ic_baseline_outlined_flag_24"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintTop_toTopOf="parent" />