aboutsummaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authorjruesga <jorge@ruesga.com>2013-07-01 14:04:15 +0200
committerjruesga <jorge@ruesga.com>2013-07-01 14:04:15 +0200
commitd4c6a708300de98494fa0752360322b85c7affc1 (patch)
treed65185c714b0af154ac82ddad2b683dee554d972 /res
parent7281c4f2b9655d1b9590270cd896f39b8ceec6d9 (diff)
downloadandroid_packages_wallpapers_PhotoPhase-d4c6a708300de98494fa0752360322b85c7affc1.tar.gz
android_packages_wallpapers_PhotoPhase-d4c6a708300de98494fa0752360322b85c7affc1.tar.bz2
android_packages_wallpapers_PhotoPhase-d4c6a708300de98494fa0752360322b85c7affc1.zip
Update namespaces
Signed-off-by: jruesga <jorge@ruesga.com>
Diffstat (limited to 'res')
-rw-r--r--res/values/arrays.xml2
-rw-r--r--res/values/colors.xml3
-rw-r--r--res/values/config.xml2
-rw-r--r--res/values/dimens.xml2
-rw-r--r--res/values/strings.xml4
-rw-r--r--res/values/styles.xml2
6 files changed, 9 insertions, 6 deletions
diff --git a/res/values/arrays.xml b/res/values/arrays.xml
index d2bb590..1f0c866 100644
--- a/res/values/arrays.xml
+++ b/res/values/arrays.xml
@@ -14,7 +14,7 @@
limitations under the License.
-->
-<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+<resources xmlns:android="http://schemas.android.com/apk/res/android">
<string-array name="refresh_intervals_labels" translatable="false">
<item>@string/refresh_intervals_disabled</item>
diff --git a/res/values/colors.xml b/res/values/colors.xml
index 2df0078..d22597f 100644
--- a/res/values/colors.xml
+++ b/res/values/colors.xml
@@ -14,7 +14,7 @@
limitations under the License.
-->
-<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+<resources xmlns:android="http://schemas.android.com/apk/res/android">
<color name="wallpaper_background_color">#ff202020</color>
<color name="wallpaper_overlay_color">#aa202020</color>
@@ -23,4 +23,5 @@
<color name="text_color">#404040</color>
<color name="notification_text_color">#ffffffff</color>
+
</resources>
diff --git a/res/values/config.xml b/res/values/config.xml
index 71d41f7..2554c4f 100644
--- a/res/values/config.xml
+++ b/res/values/config.xml
@@ -14,7 +14,7 @@
limitations under the License.
-->
-<resources>
+<resources xmlns:android="http://schemas.android.com/apk/res/android">
<!-- Wether preserve EGL context on pause. Disable when the devices doesn't support
multiples EGL contexts -->
<bool name="config_preserve_egl_context">true</bool>
diff --git a/res/values/dimens.xml b/res/values/dimens.xml
index e22bc83..7721a7b 100644
--- a/res/values/dimens.xml
+++ b/res/values/dimens.xml
@@ -14,7 +14,7 @@
limitations under the License.
-->
-<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+<resources xmlns:android="http://schemas.android.com/apk/res/android">
<dimen name="preference_icon_minWidth">0dp</dimen>
<dimen name="preference_widget_width">48dp</dimen>
diff --git a/res/values/strings.xml b/res/values/strings.xml
index 1b320b6..d900967 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -14,7 +14,9 @@
limitations under the License.
-->
-<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+<resources
+ xmlns:android="http://schemas.android.com/apk/res/android"
+ xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
<!-- The application name -->
<string name="app_name" translatable="false">PhotoPhase</string>
diff --git a/res/values/styles.xml b/res/values/styles.xml
index 09b2a37..dca561d 100644
--- a/res/values/styles.xml
+++ b/res/values/styles.xml
@@ -14,7 +14,7 @@
limitations under the License.
-->
-<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2" xmlns:android="http://schemas.android.com/apk/res/android">
+<resources xmlns:android="http://schemas.android.com/apk/res/android">
<style name="PhotoPhase">
</style>