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-hdpi/ic_sync_red.png | Bin 0 -> 2776 bytes 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 res/drawable-hdpi/ic_sync_red.png (limited to 'res/drawable-hdpi/ic_sync_red.png') diff --git a/res/drawable-hdpi/ic_sync_red.png b/res/drawable-hdpi/ic_sync_red.png new file mode 100644 index 0000000..5abb707 Binary files /dev/null and b/res/drawable-hdpi/ic_sync_red.png differ -- cgit v1.1