summaryrefslogtreecommitdiffstats
path: root/res/layout/preference_icon.xml
Commit message (Collapse)AuthorAgeFilesLines
* Refactor settings top level activities to use fragments.Amith Yamasani2010-08-181-1/+1
| | | | | | | | | | | | | 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.
* Deprecate fill_parent and introduce match_parent.Romain Guy2010-01-081-1/+1
| | | | Bug: #2361749.
* Re-ordered some Settings and renamed some.Amith Yamasani2009-08-061-5/+5
| | | | | | Reduced padding around the icons in the top level screen. Re-ordered top-level settings. Moved Airplane mode to the top of wireless & networks.
* Add an icon to the left of the settings at the top level.Amith Yamasani2009-07-311-0/+63
Add a new attribute for the icon. Add place holder icons.