Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Refactor settings top level activities to use fragments. | Amith Yamasani | 2010-08-18 | 1 | -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 Guy | 2010-01-08 | 1 | -1/+1 |
| | | | | Bug: #2361749. | ||||
* | Re-ordered some Settings and renamed some. | Amith Yamasani | 2009-08-06 | 1 | -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 Yamasani | 2009-07-31 | 1 | -0/+63 |
Add a new attribute for the icon. Add place holder icons. |