align search bar text with items

Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
This commit is contained in:
Andy Scherzinger 2021-10-13 09:16:09 +02:00
parent dd00998c1a
commit b96b2f2ff8
No known key found for this signature in database
GPG key ID: 6CADC7E3523C308B

View file

@ -163,7 +163,7 @@
android:id="@+id/search_text" android:id="@+id/search_text"
android:layout_width="0dp" android:layout_width="0dp"
android:layout_height="48dp" android:layout_height="48dp"
android:layout_marginStart="13dp" android:layout_marginStart="7dp"
android:layout_marginEnd="18dp" android:layout_marginEnd="18dp"
android:ellipsize="end" android:ellipsize="end"
android:gravity="start|center_vertical" android:gravity="start|center_vertical"