I am currently using my own Activity to handle my app options instead of use the PreferenceActivity. I have put my categories into separate tabs with icons which looks nice. I would like to switch to the more standard PreferenceActivity. However, it renders categories as just a bold item in the preference listview with no icon. Would it be possible to merge TabActivity and PreferenceActivity somehow so that my PreferenceCategories render as separate tabs? I realize that this feature is not built in, but could I somehow do it myself by using PreferenceManager or PreferenceScreen manually inside a TabActivity instead of using PreferenceActivity?
-- 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

