I understand that, I was just looking for the simplest way to bring my app to 3.0 standards. I don't want to put a lot of effort into it especially with my app not selling anyhow.
For now, I got around the problem by creating the options menu from the TabActivity if running on 3.0. On Mar 9, 11:25 am, Dianne Hackborn <[email protected]> wrote: > You probably don't want to mix the action bar with activity groups. > Fragments are the New Way, and they were designed to work together. > Activity groups are deprecated (especially now that the fragment static > library is available). > > On Tue, Mar 8, 2011 at 7:01 PM, Zsolt Vasvari <[email protected]> wrote: > > I have a TabActivity with two child Activities (don't ask me why...). > > I would have expected that the child activities' option menu items to > > be exposed on the Action Bar. But that doesn't happen and the Action > > Bar remains empty as the TabActivity itself has no option menu. > > > -- > > You received this message because you are subscribed to the Google > > Groups "Android Developers" group. > > To post to this group, send email to [email protected] > > To unsubscribe from this group, send email to > > [email protected] > > For more options, visit this group at > >http://groups.google.com/group/android-developers?hl=en > > -- > Dianne Hackborn > Android framework engineer > [email protected] > > Note: please don't send private questions to me, as I don't have time to > provide private support, and so won't reply to such e-mails. All such > questions should be posted on public forums, where I and others can see and > answer them. -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

