aboutsummaryrefslogtreecommitdiffstats
path: root/res/values
diff options
context:
space:
mode:
authorJorge Ruesga <jorge@ruesga.com>2013-10-27 13:53:20 +0100
committerJorge Ruesga <jorge@ruesga.com>2013-10-27 13:53:20 +0100
commit4e2bea7c61d56e7b4dd0e324d0e883eb67ffc020 (patch)
tree5a3626bf9c0222f90592dfe92286567d95f2de62 /res/values
parentf42c636a8274f1c7e0ec582f505477621ba6123c (diff)
downloadandroid_packages_wallpapers_PhotoPhase-4e2bea7c61d56e7b4dd0e324d0e883eb67ffc020.tar.gz
android_packages_wallpapers_PhotoPhase-4e2bea7c61d56e7b4dd0e324d0e883eb67ffc020.tar.bz2
android_packages_wallpapers_PhotoPhase-4e2bea7c61d56e7b4dd0e324d0e883eb67ffc020.zip
Fix headers style
Signed-off-by: Jorge Ruesga <jorge@ruesga.com>
Diffstat (limited to 'res/values')
-rw-r--r--res/values/arrays.xml4
-rw-r--r--res/values/colors.xml4
-rw-r--r--res/values/config.xml4
-rw-r--r--res/values/dimens.xml4
-rw-r--r--res/values/integers.xml4
-rw-r--r--res/values/plurals.xml4
-rw-r--r--res/values/strings.xml4
-rw-r--r--res/values/styles.xml4
8 files changed, 16 insertions, 16 deletions
diff --git a/res/values/arrays.xml b/res/values/arrays.xml
index 9375747..192fa65 100644
--- a/res/values/arrays.xml
+++ b/res/values/arrays.xml
@@ -1,5 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
-<!-- Copyright (C) 2013 The CyanogenMod Project
+<!--
+ Copyright (C) 2013 The CyanogenMod Project
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
@@ -13,7 +14,6 @@
See the License for the specific language governing permissions and
limitations under the License.
-->
-
<resources xmlns:android="http://schemas.android.com/apk/res/android">
<string-array name="refresh_intervals_labels" translatable="false">
diff --git a/res/values/colors.xml b/res/values/colors.xml
index a944c45..e8cc096 100644
--- a/res/values/colors.xml
+++ b/res/values/colors.xml
@@ -1,5 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
-<!-- Copyright (C) 2013 The CyanogenMod Project
+<!--
+ Copyright (C) 2013 The CyanogenMod Project
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
@@ -13,7 +14,6 @@
See the License for the specific language governing permissions and
limitations under the License.
-->
-
<resources xmlns:android="http://schemas.android.com/apk/res/android">
<color name="wallpaper_background_color">#ff202020</color>
diff --git a/res/values/config.xml b/res/values/config.xml
index 41eab32..1a3b9c9 100644
--- a/res/values/config.xml
+++ b/res/values/config.xml
@@ -1,5 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
-<!-- Copyright (C) 2013 The CyanogenMod Project
+<!--
+ Copyright (C) 2013 The CyanogenMod Project
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
@@ -13,7 +14,6 @@
See the License for the specific language governing permissions and
limitations under the License.
-->
-
<resources xmlns:android="http://schemas.android.com/apk/res/android">
<!-- Wether preserve EGL context on pause. Disable it when the devices doesn't support
multiples EGL contexts -->
diff --git a/res/values/dimens.xml b/res/values/dimens.xml
index 92e4643..ff148dc 100644
--- a/res/values/dimens.xml
+++ b/res/values/dimens.xml
@@ -1,5 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
-<!-- Copyright (C) 2013 The CyanogenMod Project
+<!--
+ Copyright (C) 2013 The CyanogenMod Project
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
@@ -13,7 +14,6 @@
See the License for the specific language governing permissions and
limitations under the License.
-->
-
<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/integers.xml b/res/values/integers.xml
index 5611ae7..fc94b4d 100644
--- a/res/values/integers.xml
+++ b/res/values/integers.xml
@@ -1,5 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
-<!-- Copyright (C) 2013 The CyanogenMod Project
+<!--
+ Copyright (C) 2013 The CyanogenMod Project
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
@@ -13,7 +14,6 @@
See the License for the specific language governing permissions and
limitations under the License.
-->
-
<resources xmlns:android="http://schemas.android.com/apk/res/android">
<integer name="cards_slide_anim">1000</integer>
<integer name="disposition_show_anim">600</integer>
diff --git a/res/values/plurals.xml b/res/values/plurals.xml
index e78ea99..6e850be 100644
--- a/res/values/plurals.xml
+++ b/res/values/plurals.xml
@@ -1,5 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
-<!-- Copyright (C) 2013 The CyanogenMod Project
+<!--
+ Copyright (C) 2013 The CyanogenMod Project
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
@@ -13,7 +14,6 @@
See the License for the specific language governing permissions and
limitations under the License.
-->
-
<resources
xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
diff --git a/res/values/strings.xml b/res/values/strings.xml
index 7b76a66..17ffa97 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -1,5 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
-<!-- Copyright (C) 2013 The CyanogenMod Project
+<!--
+ Copyright (C) 2013 The CyanogenMod Project
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
@@ -13,7 +14,6 @@
See the License for the specific language governing permissions and
limitations under the License.
-->
-
<resources
xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
diff --git a/res/values/styles.xml b/res/values/styles.xml
index 45387e5..6a37f3f 100644
--- a/res/values/styles.xml
+++ b/res/values/styles.xml
@@ -1,5 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
-<!-- Copyright (C) 2013 The CyanogenMod Project
+<!--
+ Copyright (C) 2013 The CyanogenMod Project
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
@@ -13,7 +14,6 @@
See the License for the specific language governing permissions and
limitations under the License.
-->
-
<resources xmlns:android="http://schemas.android.com/apk/res/android">
<style name="PhotoPhase">