style(ui): increase find station dialog height

This commit is contained in:
2026-03-28 22:53:00 +01:00
parent 363d197ba5
commit 985e7d4e1b

View File

@@ -2,7 +2,7 @@
<androidx.constraintlayout.widget.ConstraintLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
android:layout_width="1000dp"
android:layout_height="500dp"
android:layout_height="600dp"
android:padding="16dp">
<androidx.appcompat.widget.SearchView