Navigation bar vs toolbar i am trying to change my navigation bar a little bit. I want to insert a picture inside it and change the color but leave the back button there. What is the easiest way to do it? Thanks
Asked
Active
Viewed 834 times
0
-
Possible duplicate of [How to center ImageView in a toolbar?](http://stackoverflow.com/questions/28443786/how-to-center-imageview-in-a-toolbar) – OneCricketeer Oct 12 '16 at 20:37
-
1Or perhaps this one http://stackoverflow.com/questions/33300978/how-to-add-image-in-toolbar – OneCricketeer Oct 12 '16 at 20:39
-
Sorry if i used the wrong word for navigation bar, tried that already and all i get is 1 more rectangle, i added the picture in my question as "Navigation bar vs toolbar" i want to add the picture where the main title is or the back button. Is that possible? – vibetribe93 Oct 12 '16 at 21:06
-
You need to use a Activity theme without a Toolbar. They are the same thing. Also called an ActionBar, by some – OneCricketeer Oct 12 '16 at 21:14
-
1Thanks alot, you have answered my question! – vibetribe93 Oct 12 '16 at 21:49