I’m using the new preference-headers to show the settings in my application.
While the standard settings activity on my Motorola Xoom shows the selected item in the header list with a blue background, my settingsactivity that extend PreferenceActivity does not highlight the selected item in any way.
Is there a way to do it?
I fixed it. It was enough to use:
in the AndroidManifest: it used to be =”9″ previously.
If you switch to 11 you will we see many changes: the menu is on the top and not on the bottom, the application icon is shown on the top-left and the title font is bigger
To customize the highlight etc I used:
In the AndroidManifest for the SettingsActivity I used:
After switching to minsdk=11 it works