Author: Adam <git@apiote.xyz>
move capabilities lower in departure bottom sheet
app/src/main/res/layout/departure_bottom_sheet.xml | 8 ++++----
diff --git a/app/src/main/res/layout/departure_bottom_sheet.xml b/app/src/main/res/layout/departure_bottom_sheet.xml index 589db79b452ae9e7b86c6784f5ef1d848ae9546e..755eb3b3f9bfedc2389ccd89d2ef79966bbaa19d 100644 --- a/app/src/main/res/layout/departure_bottom_sheet.xml +++ b/app/src/main/res/layout/departure_bottom_sheet.xml @@ -86,11 +86,11 @@ android:id="@+id/boarding_text" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_marginStart="8dp" - android:layout_marginTop="8dp" + android:layout_marginTop="180dp" android:layout_marginEnd="8dp" android:textAppearance="@style/TextAppearance.Material3.BodyLarge" app:layout_constraintEnd_toEndOf="@id/middle" - app:layout_constraintTop_toBottomOf="@id/map_button" + app:layout_constraintTop_toTopOf="parent" tool:text="on demand" /> <!--suppress AndroidUnknownAttribute --> @@ -134,11 +134,11 @@ android:id="@+id/congestion_text" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_marginStart="8dp" - android:layout_marginTop="8dp" + android:layout_marginTop="180dp" android:layout_marginEnd="8dp" android:textAppearance="@style/TextAppearance.Material3.BodyLarge" app:layout_constraintStart_toEndOf="@id/congestion_icon" - app:layout_constraintTop_toBottomOf="@id/map_button" + app:layout_constraintTop_toTopOf="parent" tool:text="smooth traffic" /> <!--suppress AndroidUnknownAttribute -->