[Added] small changes to route detail, location detail

This commit is contained in:
sebas
2020-12-14 14:51:43 +01:00
parent a2d1ecfc71
commit 75b7ff47cd
4 changed files with 9 additions and 12 deletions

View File

@@ -31,16 +31,14 @@
<TextView
android:id="@+id/detail_location_text"
android:layout_width="378dp"
android:layout_height="379dp"
android:layout_width="match_parent"
android:layout_margin="20dp"
android:layout_height="wrap_content"
android:background="@color/secondaryColour"
android:text="Detail tekst"
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintHorizontal_bias="0.484"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toBottomOf="@+id/detail_location_image"
app:layout_constraintVertical_bias="0.446" />
app:layout_constraintTop_toBottomOf="@+id/detail_location_image" />
<ImageButton
android:id="@+id/detail_location_back_button"