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
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
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.