Put empty text below the categories spinner
When an on-screen keyboard is used to enter a search query, empty text can overlap categories spinner on small screens.
This commit is contained in:
parent
f7a0063495
commit
32413a2753
@ -24,6 +24,7 @@
|
|||||||
|
|
||||||
<TextView
|
<TextView
|
||||||
style="@style/AppListEmptyText"
|
style="@style/AppListEmptyText"
|
||||||
|
android:layout_below="@id/category_spinner"
|
||||||
android:text="@string/empty_available_app_list" />
|
android:text="@string/empty_available_app_list" />
|
||||||
|
|
||||||
</RelativeLayout>
|
</RelativeLayout>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user