Route detail fragment now fills in the right name and text

This commit is contained in:
sebas
2021-01-06 13:22:37 +01:00
parent 09ced99654
commit 192f1a4c64
3 changed files with 9 additions and 3 deletions

View File

@@ -22,7 +22,8 @@
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="@string/titel"
android:textSize="20sp"
android:textColor="@color/white"
android:textSize="30sp"
app:layout_constraintBottom_toTopOf="@+id/route_detail_image"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintStart_toStartOf="parent"