I am trying to implement android.support.v7.widget.SearchView
with collapseIcon
on Toolbar
. Everything works fine, i.e. SearchView
works as expected, but I cannot remove / reduce the indentation between SearchView
and collapseIcon
, as seen in the screenshot.
Any ideas on how I can do this?
I tried:
app:contentInsetStartWithNavigation="0dp" app:contentInsetLeft="0dp" app:contentInsetStart="0dp" android:contentInsetLeft="0dp" android:contentInsetStart="0dp"
but it does not work.
source share