I have an app that uses an ActivityGroup and FrameLayout to show activities and tabs. Everything works fine on devices pre android 4.0. However, when using a device with 4.x the tabs are not showing. It's just a gray area.
Does anyone have any idea why this happens? I know that ActivityGroup is deprecated, but it should still be working on > 4.0 right? Or do you have to do it in another way? (the app is not worth changing everything to fragments)
I've included screens that shows what I mean.
Thanks! -Rob!
Edit; The app is using TabHost and TabWidget for this purpose. I didn't really clarify that.