From a2633d0232adefd2767484add759a46906e00bcc Mon Sep 17 00:00:00 2001 From: Daisuke Miyakawa Date: Wed, 15 Sep 2010 20:09:12 -0700 Subject: Move ManageAccountsSettings into Settings. - Add activity-alias for the Activity. - Copy the Activity from AccountsAndSyncSettings. - Fragmentize ManageAccountsSettings. - Remove dependency toward AccountPreferenceBase, which is used in AccountsAndSyncSettings widely. - Add missing implementation derived from AccountPrefernceBase. - Copy dependent drawables. - Copy dependent xmls - Copy AccountPrefernce.java. - Copy strings, adding CHAR LIMIT. - Remove the logic which remove the preference when its destination Activity is missing. We already have the destination as Fragment, and it never disappear. Change-Id: Id41c63d7064aebeaae31bcd84bf4fd20a5636dfe --- res/drawable-mdpi/ic_sync_grey.png | Bin 0 -> 1294 bytes 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 res/drawable-mdpi/ic_sync_grey.png (limited to 'res/drawable-mdpi/ic_sync_grey.png') diff --git a/res/drawable-mdpi/ic_sync_grey.png b/res/drawable-mdpi/ic_sync_grey.png new file mode 100644 index 0000000..8f168d4 Binary files /dev/null and b/res/drawable-mdpi/ic_sync_grey.png differ -- cgit v1.1