From 9909fabcc6cf69763f74ec4dd612d5d2aa80d324 Mon Sep 17 00:00:00 2001 From: Greg Bullock Date: Thu, 5 Jun 2014 17:25:51 +0200 Subject: [PATCH] Switch to using automatic resource namespaces for drawables and services. Change-Id: If90089be6be004c87bdda5a5c3ed036a48205229 --- res/drawable/ic_folder_drafts.xml | 2 +- res/drawable/ic_folder_inbox.xml | 2 +- res/drawable/ic_folder_outbox.xml | 2 +- res/drawable/ic_folder_sent.xml | 2 +- res/drawable/ic_folder_star.xml | 2 +- res/drawable/ic_folder_trash.xml | 2 +- res/drawable/ic_folder_unread.xml | 2 +- res/xml/services.xml | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) diff --git a/res/drawable/ic_folder_drafts.xml b/res/drawable/ic_folder_drafts.xml index fa57c6ee8..ff4526dbd 100644 --- a/res/drawable/ic_folder_drafts.xml +++ b/res/drawable/ic_folder_drafts.xml @@ -15,7 +15,7 @@ limitations under the License. --> + xmlns:app="http://schemas.android.com/apk/res-auto"> diff --git a/res/drawable/ic_folder_inbox.xml b/res/drawable/ic_folder_inbox.xml index f97099a85..116124a5d 100644 --- a/res/drawable/ic_folder_inbox.xml +++ b/res/drawable/ic_folder_inbox.xml @@ -15,7 +15,7 @@ limitations under the License. --> + xmlns:app="http://schemas.android.com/apk/res-auto"> diff --git a/res/drawable/ic_folder_outbox.xml b/res/drawable/ic_folder_outbox.xml index efd96f300..f41423f9e 100644 --- a/res/drawable/ic_folder_outbox.xml +++ b/res/drawable/ic_folder_outbox.xml @@ -15,7 +15,7 @@ limitations under the License. --> + xmlns:app="http://schemas.android.com/apk/res-auto"> diff --git a/res/drawable/ic_folder_sent.xml b/res/drawable/ic_folder_sent.xml index cc21d4a45..d1f267f37 100644 --- a/res/drawable/ic_folder_sent.xml +++ b/res/drawable/ic_folder_sent.xml @@ -15,7 +15,7 @@ limitations under the License. --> + xmlns:app="http://schemas.android.com/apk/res-auto"> diff --git a/res/drawable/ic_folder_star.xml b/res/drawable/ic_folder_star.xml index c63797020..ebca3e560 100644 --- a/res/drawable/ic_folder_star.xml +++ b/res/drawable/ic_folder_star.xml @@ -15,7 +15,7 @@ limitations under the License. --> + xmlns:app="http://schemas.android.com/apk/res-auto"> diff --git a/res/drawable/ic_folder_trash.xml b/res/drawable/ic_folder_trash.xml index 287f8bb39..374ecd5d9 100644 --- a/res/drawable/ic_folder_trash.xml +++ b/res/drawable/ic_folder_trash.xml @@ -15,7 +15,7 @@ limitations under the License. --> + xmlns:app="http://schemas.android.com/apk/res-auto"> diff --git a/res/drawable/ic_folder_unread.xml b/res/drawable/ic_folder_unread.xml index b5649cc66..9ac1a77b9 100644 --- a/res/drawable/ic_folder_unread.xml +++ b/res/drawable/ic_folder_unread.xml @@ -15,7 +15,7 @@ limitations under the License. --> + xmlns:app="http://schemas.android.com/apk/res-auto"> diff --git a/res/xml/services.xml b/res/xml/services.xml index 0cd01c66b..86aca05f5 100644 --- a/res/xml/services.xml +++ b/res/xml/services.xml @@ -48,7 +48,7 @@ syncContacts: whether this service is capable of syncing contacts (offering a checkbox) --> - +