MaterialSearchBar icon indicating copy to clipboard operation
MaterialSearchBar copied to clipboard

Allow to change mt_navIcon icon!

Open yarodevuci opened this issue 5 years ago • 1 comments

I would like to have an action when back button clicked Only way I can get that is to set app:mt_navIconEnabled="true"

But I do not want to see Hamburger icon though. I wanted to see if i can set a transparent image to it. Any solution ? @mancj

yarodevuci avatar Jan 18 '19 02:01 yarodevuci

For use the navIcon transparente just use this:

app:mt_navIconUseTint="true"
app:mt_navIconEnabled="true"
app:mt_navIconTint="@color/fui_transparent"

nandosilvajr avatar Jun 11 '19 11:06 nandosilvajr