0

Does anybody have any experience working with the Android ActionBar? I am currently working on a project which involves me having to utilise the actionbar, however I am running into a lot of difficulties.

At present I am trying to create something similar to the image below:

enter image description here

I used ms paint to draw in the item marked with the red circle. Does anybody have any idea how I might achieve this?

Javacadabra
  • 5,417
  • 14
  • 77
  • 151

1 Answers1

0

You can use custom view (Layout for your above view) and set it to your ActionBar using setCustomView function.

Munish Katoch
  • 517
  • 3
  • 6