How can I add image to Android Toolbar in Android Studio?
Asked
Active
Viewed 373 times
-1
-
yes its possible – Manohar Aug 02 '18 at 12:54
-
Have a look here https://stackoverflow.com/questions/45836497/common-background-image-for-actionbar-toolbar-and-statusbar – AskNilesh Aug 02 '18 at 12:55
1 Answers
0
Yes, you can. Add an ImageView inside your toolbar in xml file.You can also try using a RelativeLayout with the Toolbar overlaying an ImageView.

Faz
- 322
- 2
- 14