aboutsummaryrefslogtreecommitdiffstats
path: root/res/xml
diff options
context:
space:
mode:
authorJorge Ruesga <jorge@ruesga.com>2013-10-27 13:46:12 +0100
committerJorge Ruesga <jorge@ruesga.com>2013-10-27 13:46:12 +0100
commita9b27719b9f448879fb5ac821ee7ac1cf22b33ce (patch)
tree935967d50d639244786802b849ad15d1af798dd4 /res/xml
parent49cba5cf09cf0e4f3b533f163ea183b83e617986 (diff)
downloadandroid_packages_wallpapers_PhotoPhase-a9b27719b9f448879fb5ac821ee7ac1cf22b33ce.tar.gz
android_packages_wallpapers_PhotoPhase-a9b27719b9f448879fb5ac821ee7ac1cf22b33ce.tar.bz2
android_packages_wallpapers_PhotoPhase-a9b27719b9f448879fb5ac821ee7ac1cf22b33ce.zip
Returns as a CyanogenMod project. Update author and Copyrights
Signed-off-by: Jorge Ruesga <jorge@ruesga.com>
Diffstat (limited to 'res/xml')
-rw-r--r--res/xml/preferences_general.xml8
-rw-r--r--res/xml/preferences_headers.xml8
-rw-r--r--res/xml/preferences_layout.xml8
-rw-r--r--res/xml/preferences_media.xml4
-rw-r--r--res/xml/wallpaper.xml4
5 files changed, 16 insertions, 16 deletions
diff --git a/res/xml/preferences_general.xml b/res/xml/preferences_general.xml
index 19c9e70..666828e 100644
--- a/res/xml/preferences_general.xml
+++ b/res/xml/preferences_general.xml
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
-<!-- Copyright (C) 2013 Jorge Ruesga
+<!-- 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.
@@ -22,7 +22,7 @@
android:title="@string/pref_general_settings">
<!-- Dim screen -->
- <com.ruesga.android.wallpapers.photophase.preferences.SeekBarProgressPreference
+ <org.cyanogenmod.wallpapers.photophase.preferences.SeekBarProgressPreference
android:key="ui_wallpaper_dim"
android:title="@string/pref_general_settings_wallpaper_dim"
android:summary="@string/pref_general_settings_wallpaper_dim_summary"
@@ -30,7 +30,7 @@
android:defaultValue="0" />
<!-- Background color -->
- <com.ruesga.android.wallpapers.photophase.widgets.ColorPickerPreference
+ <org.cyanogenmod.wallpapers.photophase.widgets.ColorPickerPreference
android:key="ui_background_color"
android:title="@string/pref_general_settings_background_color"
android:summary="@string/pref_general_settings_background_color_summary"
@@ -73,7 +73,7 @@
android:defaultValue="@array/transitions_default" />
<!-- Transitions Interval -->
- <com.ruesga.android.wallpapers.photophase.preferences.SeekBarProgressPreference
+ <org.cyanogenmod.wallpapers.photophase.preferences.SeekBarProgressPreference
android:key="ui_transition_interval"
android:title="@string/pref_general_transitions_interval"
android:summary="@string/pref_general_transitions_interval_summary"
diff --git a/res/xml/preferences_headers.xml b/res/xml/preferences_headers.xml
index f63528f..db45326 100644
--- a/res/xml/preferences_headers.xml
+++ b/res/xml/preferences_headers.xml
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
-<!-- Copyright (C) 2013 Jorge Ruesga
+<!-- 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.
@@ -17,15 +17,15 @@
<preference-headers xmlns:android="http://schemas.android.com/apk/res/android">
<header
android:title="@string/pref_general"
- android:fragment="com.ruesga.android.wallpapers.photophase.preferences.GeneralPreferenceFragment"
+ android:fragment="org.cyanogenmod.wallpapers.photophase.preferences.GeneralPreferenceFragment"
android:summary="@string/pref_general_summary" />
<header
android:title="@string/pref_media"
- android:fragment="com.ruesga.android.wallpapers.photophase.preferences.MediaPreferenceFragment"
+ android:fragment="org.cyanogenmod.wallpapers.photophase.preferences.MediaPreferenceFragment"
android:summary="@string/pref_media_summary" />
<header
android:title="@string/pref_layout"
- android:fragment="com.ruesga.android.wallpapers.photophase.preferences.LayoutPreferenceFragment"
+ android:fragment="org.cyanogenmod.wallpapers.photophase.preferences.LayoutPreferenceFragment"
android:summary="@string/pref_layout_summary" />
<header
android:title="@string/pref_about"
diff --git a/res/xml/preferences_layout.xml b/res/xml/preferences_layout.xml
index 5445f09..7d2a9f2 100644
--- a/res/xml/preferences_layout.xml
+++ b/res/xml/preferences_layout.xml
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
-<!-- Copyright (C) 2013 Jorge Ruesga
+<!-- 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.
@@ -16,7 +16,7 @@
<PreferenceScreen
xmlns:android="http://schemas.android.com/apk/res/android"
- xmlns:photophase="http://schemas.android.com/apk/res/com.ruesga.android.wallpapers.photophase">
+ xmlns:photophase="http://schemas.android.com/apk/res/org.cyanogenmod.wallpapers.photophase">
<!-- Disposition -->
<PreferenceCategory
@@ -28,7 +28,7 @@
android:key="ui_disposition_portrait"
android:title="@string/pref_disposition_portrait"
android:summary="@string/pref_disposition_portrait_summary"
- android:fragment="com.ruesga.android.wallpapers.photophase.preferences.PortraitDispositionFragment"
+ android:fragment="org.cyanogenmod.wallpapers.photophase.preferences.PortraitDispositionFragment"
android:persistent="false" />
<!-- Landscape -->
@@ -36,7 +36,7 @@
android:key="ui_disposition_landscape"
android:title="@string/pref_disposition_landscape"
android:summary="@string/pref_disposition_landscape_summary"
- android:fragment="com.ruesga.android.wallpapers.photophase.preferences.LandscapeDispositionFragment"
+ android:fragment="org.cyanogenmod.wallpapers.photophase.preferences.LandscapeDispositionFragment"
android:persistent="false" />
</PreferenceCategory>
diff --git a/res/xml/preferences_media.xml b/res/xml/preferences_media.xml
index d07f8a9..f37379f 100644
--- a/res/xml/preferences_media.xml
+++ b/res/xml/preferences_media.xml
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
-<!-- Copyright (C) 2013 Jorge Ruesga
+<!-- 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.
@@ -49,7 +49,7 @@
android:key="ui_media_albums"
android:title="@string/pref_media_albums"
android:summary="@string/pref_media_albums_summary"
- android:fragment="com.ruesga.android.wallpapers.photophase.preferences.ChoosePicturesFragment"
+ android:fragment="org.cyanogenmod.wallpapers.photophase.preferences.ChoosePicturesFragment"
android:persistent="false" />
<!-- Auto select new albums -->
diff --git a/res/xml/wallpaper.xml b/res/xml/wallpaper.xml
index facccfe..93e7698 100644
--- a/res/xml/wallpaper.xml
+++ b/res/xml/wallpaper.xml
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
-<!-- Copyright (C) 2013 Jorge Ruesga
+<!-- 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.
@@ -17,4 +17,4 @@
<wallpaper xmlns:android="http://schemas.android.com/apk/res/android"
android:thumbnail="@drawable/wallpaper_thumb"
android:description="@string/app_description"
- android:settingsActivity="com.ruesga.android.wallpapers.photophase.preferences.PhotoPhasePreferences" /> \ No newline at end of file
+ android:settingsActivity="org.cyanogenmod.wallpapers.photophase.preferences.PhotoPhasePreferences" /> \ No newline at end of file