-1

How can I add image to Android Toolbar in Android Studio?

Alina
  • 424
  • 1
  • 4
  • 17

1 Answers1

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