2

I have to design the following for Action Bar. can we design it without customization.

enter image description here

Please let me know what is the best approach to design it.

EDIT: My application will support Android ICE-cream sandwich and higher versions, so I am not using ActionBarSherlock library.

Thanks

Himanshu
  • 1,066
  • 6
  • 19
  • 44

1 Answers1

0

The action bar is a window feature that identifies the application and user location, and provides user actions and navigation modes. You should use the action bar in most activities that need to prominently present user actions or global navigation, because the action bar offers users a consistent interface across applications and the system gracefully adapts the action bar's appearance for different screen configurations

check this Answer. It may help you.

Community
  • 1
  • 1
Mukesh Kumar Singh
  • 4,512
  • 2
  • 22
  • 30