
I want to implement an action bar for my own android app like the one on the bottom on the picture.
I searched a lot, But a lot of errors appears.
I tried some libraries for some help like : Greendroid and ActionBarSherlock but none of them work, Or I couldn’t use them perfectly! ..
I’m really in need for that action bar in my app.
I will be grateful if someone could help me with some Samples or codes or explain it to me.
Thanks a lot 🙂 ..
You can use a SplitActionBar. Your application suppost to be running on Android 4.0 (API level 14) or higher
the fix is to always have an item in the top bar that prevents the bottom content from ever fitting in there, thus forcing everything into the bottom bar. Look at this sample project from another user:
He used this code for his activity:
http://developer.android.com/guide/topics/ui/actionbar.html#SplitBar