I have an application with a single activity and an action bar across the top. I'm using the normal Honeycomb+ action bar with an extended version of the ActionBarCompat example from the Jellybean code examples.
When the user is running the application on a tablet I create a second fragment on the right of the main one. The design mockups that I got from the designer show the action bar only extending across the first pane/fragment.
Is there a way to make the action bar only stretch across the first two thirds of the screen in this case and allow me to have different details on the right side? I've already setHasOptionsMenu to false on the second fragment but this doesn't seem to have any impact.
The example above shows what the designer wants at the top of the two fragments: