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:
relan 2015-11-11 16:27:23 +03:00
parent f7a0063495
commit 32413a2753

View File

@ -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>