0

i split action Bar on my activity. However it looks like this on galaxy S4 i9500: enter image description here

How it looks like on a 5.5 inch screen: enter image description here

Is there a way to split the actionbar on big screens too? Please help. got to release the apk today :/

Community
  • 1
  • 1

1 Answers1

0

Not without rolling your own layouts and back end code. The splitActionBarWhenNarrow is intended to adapt to the screen size according to whether or not you have enough horizontal space. The developer doesn't have any more control than that guidance. Different behavior would be a deviation from the default behavior of many other applications' ActionBar. Personally, I would advise against it and go with what splitActionBarWhenNarrow gives you.

frenziedherring
  • 2,225
  • 2
  • 15
  • 23