mirror of
https://github.com/f-droid/fdroidclient.git
synced 2026-05-19 14:10:38 -04:00
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:
@@ -24,6 +24,7 @@
|
||||
|
||||
<TextView
|
||||
style="@style/AppListEmptyText"
|
||||
android:layout_below="@id/category_spinner"
|
||||
android:text="@string/empty_available_app_list" />
|
||||
|
||||
</RelativeLayout>
|
||||
|
||||
Reference in New Issue
Block a user