0

I want to add padding to the left of the "home up " left arrow in actionbar. I could add padding between the home icon and the title . Is it possible to add space to the left of home button than using drawable resource with padding

png
  • 4,368
  • 7
  • 69
  • 118

1 Answers1

0

you can create custom layout for Actionbar(Toolbar) and insert all change what you want. Or you can operate only one view, example : Padding the actionbar "up" indicator image

Community
  • 1
  • 1