Let me preface this by saying I know this goes against the Android Design Guidelines.
I want to be able to take the built-in navigation tabs for the action bar and move them to the bottom of the screen. I looked through the Javadocs for ActionBar
and didn't see any built-in functionality (rightfully so). Does anyone know of some way, perhaps through overriding styles or themes, to achieve this?