configured editText to occupy single line

Signed-off-by: sowjanyakch <sowjanya.kch@gmail.com>
This commit is contained in:
sowjanyakch 2024-12-19 15:21:58 +01:00 committed by Marcel Hibbe
parent 0035e03cd2
commit 9068a42f10
No known key found for this signature in database
GPG Key ID: C793F8B59F43CE7B

View File

@ -57,6 +57,7 @@
android:layout_height="wrap_content"
android:hint="@string/nc_search"
android:textColorHint="@color/low_emphasis_text"
android:singleLine="true"
android:textColor = "@color/high_emphasis_text"/>
</com.google.android.material.textfield.TextInputLayout>
</com.google.android.material.appbar.MaterialToolbar>