Minor interface adjustments
This commit is contained in:
committed by
Koitharu
parent
be0c8f2c96
commit
c5921f8a62
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user