Reputation: 2897
I want to create the layout like the following picture . I know the layout contains Action Bar , a list . But what is the layout after the list ? Any suggestion will be of great help .
Upvotes: 0
Views: 107
Reputation: 2030
I think you are searching for "Split Actionbar"
You have to put uiOptions="splitActionBarWhenNarrow"
in Activity in Android Manifest.
Examples here:
http://www.androidhive.info/2013/11/android-working-with-action-bar/
http://www.sitepoint.com/better-user-interfaces-android-action-bar/
Upvotes: 3