how can i prevent searchview from having custom title and tag appear in a toolbar?
I think you have 2 options, Set width to SearchView in styles <!– Base application theme. –> <style name=”AppTheme” parent=”Theme.AppCompat.Light.NoActionBar”> <!– Customize your theme here. –> <item name=”colorPrimary”>@color/colorPrimary</item> <item name=”colorPrimaryDark”>@color/colorPrimaryDark</item> …
how can i prevent searchview from having custom title and tag appear in a toolbar? Read More »