Re: [android-developers] Navigation Tabs converted to Drop down on orientation change in Action bar of ICS.

2012-01-16 Thread Sudeep Sharma
Thanks a lot Mark !! On 1/17/12, Mark Murphy wrote: > Well, I filed an issue: > > http://code.google.com/p/android/issues/detail?id=24439 > > but I suspect that it is the way it is. This "feature" is semi-documented: > > "Note: In some cases, the Android system will show your action bar > tabs as

Re: [android-developers] Navigation Tabs converted to Drop down on orientation change in Action bar of ICS.

2012-01-16 Thread Mark Murphy
Well, I filed an issue: http://code.google.com/p/android/issues/detail?id=24439 but I suspect that it is the way it is. This "feature" is semi-documented: "Note: In some cases, the Android system will show your action bar tabs as a drop-down list in order to ensure the best fit in the action bar

Re: [android-developers] Navigation Tabs converted to Drop down on orientation change in Action bar of ICS.

2012-01-16 Thread Mark Murphy
On Mon, Jan 16, 2012 at 5:31 AM, Sudeep Sharma wrote: > The activity is launched in portrait mode and you will see some tabs, > change the orientation. The tabbed view will change to drop down. > > Basically i wanted the Tabs which were existing in portrait mode > should also exist in landscape mo

Re: [android-developers] Navigation Tabs converted to Drop down on orientation change in Action bar of ICS.

2012-01-14 Thread Mark Murphy
Can you post a sample project that demonstrates your problem? On Fri, Jan 13, 2012 at 6:32 AM, Sudeep Sharma wrote: > Hi Guys, > > I have a query related to Action bar in ICS. > > As we all know Action bar supports both mode , 1. Navigation Tabs 2. > Drop-down Navigation. > > I have an Activity w

[android-developers] Navigation Tabs converted to Drop down on orientation change in Action bar of ICS.

2012-01-13 Thread Sudeep Sharma
Hi Guys, I have a query related to Action bar in ICS. As we all know Action bar supports both mode , 1. Navigation Tabs 2. Drop-down Navigation. I have an Activity with Action bar and added Navigation Tabs such that each Tab text is lengthy. (say TAB1, TAB2, TAB3, TAB4. etc...) S