mirror of
https://github.com/nextcloud/android.git
synced 2024-11-21 20:55:31 +03:00
align search bar text with items
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
This commit is contained in:
parent
dd00998c1a
commit
b96b2f2ff8
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||||
|
|
Loading…
Reference in a new issue