Closed nelenkov closed 12 years ago
Should've been fixed with 3d7c57f6c7f0bd32b3f461a4ce5cf0e21cbc18e4. Download the dev
branch and give it a try.
Thanks. I am actually using the dev branch, but it seems Eclipse hadn't picked up the updated files. Seems to be working fine. Sorry for the noise.
Excellent!
I am using tabs with a split action bar, and I collapse the action bar. To avoid the title and logo being displayed briefly before the tabs load, I use the following style (setting 'displayOptions' to none):
This works on ICS, but I get the following NPE on 2.x. It works if set any flag in displayOptions (e.g., 'showTitle'). But then the action mode bar is displayed below the tabs, which I'd like to avoid. (if displayOptions is empty/0, the action mode bar is displayed on top of the tabs. This is the behaviour I'd like to have on both 2.x and ICS)