I am developing an app which needs an action bar at the bottom instead of the default top (not a split action bar).
My application runs in landscape mode, and it’s used in car, and i need an action bar at the bottom because it’s easier to use.
Is it possible to move the action bar to the bottom?
No, sorry. You will have to get rid of the default action bar (e.g., use
Theme.NoActionBar) and create your own “car bar” that your activity uses on the bottom.