have an app that uses a TabHost and TabWidget to show activities and tabs. Everything work fine on devices pre android 4.0. However, when using a device with 4.0+ 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! pre 4.0 --> <https://lh3.googleusercontent.com/-IoLQyh1HdUI/UDIt6wnBJGI/AAAAAAAAABc/kSX-eqjeRVA/s1600/1.jpg> using 4.0+ --> <https://lh6.googleusercontent.com/-6U4MyMTPUlk/UDIuEJl38MI/AAAAAAAAABk/2PCe-dSVBi4/s1600/2.jpg> -- 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

