From d79934731c8d33f6fc63b21c120b9ffba5d06f54 Mon Sep 17 00:00:00 2001 From: Amith Yamasani Date: Wed, 18 Aug 2010 13:59:28 -0700 Subject: Refactor settings top level activities to use fragments. 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. --- res/xml/privacy_settings.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'res/xml/privacy_settings.xml') diff --git a/res/xml/privacy_settings.xml b/res/xml/privacy_settings.xml index 7ac14dc..742c621 100644 --- a/res/xml/privacy_settings.xml +++ b/res/xml/privacy_settings.xml @@ -14,7 +14,8 @@ limitations under the License. --> - + -- cgit v1.1