01-04-2013 12:50 AM
Is it the default behaviour for the title (text) to be hidden in the action bar for the action items in landscape mode?
Is there a way to prevent that from happening?
Solved! Go to Solution.
01-04-2013 01:42 AM
if you want your actionitem shown on Bar, make sure to add
ActionBar.placement: ActionBarPlacement.OnBar
in your actionitem. it will show action item on bar when device on both portrait & landscape mode
01-04-2013 02:24 AM
Thanks, but I don't have an issue with the ActionItem showing on the bar, but the text of the ActionItem.
For example the back button in portrait mode is the < with the word "Back" underneath it, however when I rotate to landscape, it only shows < without the text.
01-04-2013 02:35 AM
yup, apparently it is like that. when on in landscape mode, the text is disappear.
01-04-2013 10:56 AM