Minor interface adjustments

This commit is contained in:
Zakhar Timoshenko
2021-10-03 20:13:49 +03:00
committed by Koitharu
parent be0c8f2c96
commit c5921f8a62
6 changed files with 10 additions and 5 deletions

View File

@@ -51,6 +51,9 @@ class SearchActivity : BaseActivity<ActivitySearchBinding>(), SearchView.OnQuery
left = insets.left,
right = insets.right
)
binding.container.updatePadding(
bottom = insets.bottom
)
}
override fun onQueryTextSubmit(query: String?): Boolean {