Fixed new call/chat search bar length in landscape

This commit is contained in:
Sylvain Berfini 2024-03-18 09:34:07 +01:00
parent 81f0a9515f
commit 7f24902fc7
2 changed files with 2 additions and 2 deletions

View file

@ -102,7 +102,7 @@
<androidx.appcompat.widget.AppCompatEditText
style="@style/default_text_style"
android:id="@+id/search_bar"
android:layout_width="match_parent"
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_marginStart="20dp"
android:layout_marginTop="16dp"

View file

@ -98,7 +98,7 @@
<androidx.appcompat.widget.AppCompatEditText
style="@style/default_text_style"
android:id="@+id/search_bar"
android:layout_width="match_parent"
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_marginStart="20dp"
android:layout_marginTop="16dp"