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

@@ -12,6 +12,7 @@
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_margin="9dp"
android:layout_marginTop="20dp"
android:text="Locations"
android:textSize="20sp"
app:layout_constraintStart_toEndOf="@id/locationBackButton"
@@ -21,10 +22,11 @@
android:id="@+id/locationBackButton"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginStart="10dp"
android:layout_marginTop="12dp"
android:background="@drawable/ic_back_button_24"
android:backgroundTint="@color/buttonColour"
android:text="Back"
android:layout_margin="10dp"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toTopOf="parent" />