summaryrefslogtreecommitdiffstats
path: root/src/com/android/settings/IconPreferenceScreen.java
Commit message (Collapse)AuthorAgeFilesLines
* Refactor settings top level activities to use fragments.Amith Yamasani2010-08-181-1/+10
| | | | | | | | | | | | | Added a base class SettingsPreferenceFragment from which the settings activities should be derived so that they can behave like fragments. It contains some commonly called utility methods and dialog conversion to DialogFragment. Some of the top-level activities can be launched directly without the left pane. Settings.java acts as a proxy activity that contains just that settings fragment without the left pane. There are still a lot of second and third level activities that need to be fragmentized. This is just the first pass to test the 2-pane layout.
* Settings: Add a hook for operator or vendor specific settings.Anders Hammar12010-06-111-0/+23
| | | | | | | | The Settings application now provides a hook that can be used by an operator or a vendor specific application to add an activity of choice in the settings menu. Change-Id: Id55da9fd4262bbfc6a5abf863799c747b0d75b24
* Add an icon to the left of the settings at the top level.Amith Yamasani2009-07-311-0/+51
Add a new attribute for the icon. Add place holder icons.