tweaking some search result ui

This commit is contained in:
tibbi 2019-03-27 17:56:24 +01:00
parent ad8745e109
commit 151de355d2
2 changed files with 5 additions and 7 deletions

View File

@ -255,10 +255,8 @@ class ItemsFragment : Fragment(), ItemOperationsListener, Breadcrumbs.Breadcrumb
when {
searchText.isEmpty() -> activity?.runOnUiThread {
mView.apply {
if (items_list.isGone()) {
items_list.beVisible()
getRecyclerAdapter()?.updateItems(storedItems)
}
items_list.beVisible()
getRecyclerAdapter()?.updateItems(storedItems)
items_placeholder.beGone()
items_placeholder_2.beGone()
}

View File

@ -5,9 +5,9 @@
android:id="@+id/item_section"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:paddingLeft="@dimen/medium_margin"
android:paddingLeft="@dimen/normal_margin"
android:paddingTop="@dimen/activity_margin"
android:paddingRight="@dimen/activity_margin"
android:paddingRight="@dimen/normal_margin"
android:paddingBottom="@dimen/activity_margin"
android:textSize="@dimen/bigger_text_size"
tools:text="@string/in_this_folder"/>
tools:text="/storage/emulated/0"/>