From bb82454fbe6885ec79de6fbbdff725c0153766ef Mon Sep 17 00:00:00 2001 From: Xavier Ducrohet Date: Thu, 23 Feb 2012 16:59:27 -0800 Subject: [PATCH] Move the automatic namespace outside of the res namespace. Change-Id: I107ee94af0a13f008ef4a8844a9038b84f97a247 --- XMLNode.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/XMLNode.cpp b/XMLNode.cpp index 9ee6c84..8d7acee 100644 --- a/XMLNode.cpp +++ b/XMLNode.cpp @@ -21,7 +21,7 @@ const char* const RESOURCES_ROOT_NAMESPACE = "http://schemas.android.com/apk/res/"; const char* const RESOURCES_ANDROID_NAMESPACE = "http://schemas.android.com/apk/res/android"; -const char* const RESOURCES_AUTO_PACKAGE_NAMESPACE = "http://schemas.android.com/apk/res/auto"; +const char* const RESOURCES_AUTO_PACKAGE_NAMESPACE = "http://schemas.android.com/apk/res-auto"; const char* const RESOURCES_ROOT_PRV_NAMESPACE = "http://schemas.android.com/apk/prv/res/"; const char* const XLIFF_XMLNS = "urn:oasis:names:tc:xliff:document:1.2"; -- 2.50.0