1
0
Fork 0

adjusted the word search field and the 'no search result' items minimum height to 48dp

This commit is contained in:
sspanak 2024-08-05 17:04:08 +03:00 committed by Dimo Karaivanov
parent f330242757
commit 40b1aff3b1
5 changed files with 8 additions and 2 deletions

View file

@ -21,7 +21,8 @@
android:focusable="true"
android:focusableInTouchMode="true"
android:layout_height="wrap_content"
android:layout_width="match_parent" />
android:layout_width="match_parent"
android:minHeight="@dimen/preferences_text_min_height" />
<TextView android:id="@android:id/summary"
android:layout_height="wrap_content"