-1

I am new to Android and i need a action bar which have a img button in left , tile in center and a Img button in right.

This is how i want my action bar

enter image description here

Sunil Meena
  • 481
  • 3
  • 10
  • 19

1 Answers1

0

https://developer.android.com/training/constraint-layout/

You're going to have to learn the basics of how to create a layout in Android. The one you want could be a linear layout, constraint or relative layout. Things shouldn't be nested so the performance implications of which one you choose won't be a big factor. There are tons of tutorials out there if you google any of those or any android tutorials.

Dan Hartman
  • 194
  • 4