mirror of
https://github.com/nextcloud/talk-android
synced 2025-06-19 19:49:33 +01:00
align search box text with avatars
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
This commit is contained in:
parent
d3ec5f3d6e
commit
561a0bf809
@ -77,7 +77,7 @@
|
||||
android:id="@+id/search_text"
|
||||
android:layout_width="0dp"
|
||||
android:layout_height="48dp"
|
||||
android:layout_marginStart="13dp"
|
||||
android:layout_marginStart="20dp"
|
||||
android:layout_marginEnd="18dp"
|
||||
android:ellipsize="end"
|
||||
android:gravity="start|center_vertical"
|
||||
|
@ -65,7 +65,7 @@
|
||||
android:id="@+id/search_text"
|
||||
android:layout_width="0dp"
|
||||
android:layout_height="48dp"
|
||||
android:layout_marginStart="13dp"
|
||||
android:layout_marginStart="20dp"
|
||||
android:layout_marginEnd="18dp"
|
||||
android:ellipsize="end"
|
||||
android:gravity="start|center_vertical"
|
||||
|
Loading…
Reference in New Issue
Block a user