mirror of
https://github.com/SimpleMobileTools/Simple-File-Manager.git
synced 2025-04-04 05:31:05 +02:00
tweaking some search result ui
This commit is contained in:
parent
ad8745e109
commit
151de355d2
@ -255,10 +255,8 @@ class ItemsFragment : Fragment(), ItemOperationsListener, Breadcrumbs.Breadcrumb
|
|||||||
when {
|
when {
|
||||||
searchText.isEmpty() -> activity?.runOnUiThread {
|
searchText.isEmpty() -> activity?.runOnUiThread {
|
||||||
mView.apply {
|
mView.apply {
|
||||||
if (items_list.isGone()) {
|
items_list.beVisible()
|
||||||
items_list.beVisible()
|
getRecyclerAdapter()?.updateItems(storedItems)
|
||||||
getRecyclerAdapter()?.updateItems(storedItems)
|
|
||||||
}
|
|
||||||
items_placeholder.beGone()
|
items_placeholder.beGone()
|
||||||
items_placeholder_2.beGone()
|
items_placeholder_2.beGone()
|
||||||
}
|
}
|
||||||
|
@ -5,9 +5,9 @@
|
|||||||
android:id="@+id/item_section"
|
android:id="@+id/item_section"
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:paddingLeft="@dimen/medium_margin"
|
android:paddingLeft="@dimen/normal_margin"
|
||||||
android:paddingTop="@dimen/activity_margin"
|
android:paddingTop="@dimen/activity_margin"
|
||||||
android:paddingRight="@dimen/activity_margin"
|
android:paddingRight="@dimen/normal_margin"
|
||||||
android:paddingBottom="@dimen/activity_margin"
|
android:paddingBottom="@dimen/activity_margin"
|
||||||
android:textSize="@dimen/bigger_text_size"
|
android:textSize="@dimen/bigger_text_size"
|
||||||
tools:text="@string/in_this_folder"/>
|
tools:text="/storage/emulated/0"/>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user