Just like the below image i want to show my icon
Click here
I want to split top and bottom action bar in both landscape and portrait mode of smartphone. The below code is working only in portrait mode(top and bottom action bar show) but not in landscape mode bottom action bar options are showed in top action bar.
<application
android:uiOptions="splitActionBarWhenNarrow"
I just want to show both action bar in both landscape and portrait mode of smartphone like above image.
Thanks
Solution:
I have found the very nice solution for this problem, i think you will be also benefited using this solution
If you want both action bar will be separate then you should use Sherlock Action bar library. Using this library you can customize action bar as you like. Here is the link
Thanks