aboutsummaryrefslogtreecommitdiffstats
path: root/res/xml/preferences_layout.xml
diff options
context:
space:
mode:
authorJorge Ruesga <jorge@ruesga.com>2013-10-03 23:52:22 +0200
committerJorge Ruesga <jorge@ruesga.com>2013-10-03 23:52:22 +0200
commit059fa42d786915d7725e4fcf79f9de36e84f08c7 (patch)
treee2f4555011f9b61dcf25b3b2d3d8a4dee854cbdb /res/xml/preferences_layout.xml
parent20574cf663cc4c24d4eb64a8f879632bcddf8828 (diff)
downloadandroid_packages_wallpapers_PhotoPhase-059fa42d786915d7725e4fcf79f9de36e84f08c7.tar.gz
android_packages_wallpapers_PhotoPhase-059fa42d786915d7725e4fcf79f9de36e84f08c7.tar.bz2
android_packages_wallpapers_PhotoPhase-059fa42d786915d7725e4fcf79f9de36e84f08c7.zip
Change author and copyright
Signed-off-by: Jorge Ruesga <jorge@ruesga.com>
Diffstat (limited to 'res/xml/preferences_layout.xml')
-rw-r--r--res/xml/preferences_layout.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/res/xml/preferences_layout.xml b/res/xml/preferences_layout.xml
index 7d2a9f2..5445f09 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 The CyanogenMod Project
+<!-- Copyright (C) 2013 Jorge Ruesga
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/org.cyanogenmod.wallpapers.photophase">
+ xmlns:photophase="http://schemas.android.com/apk/res/com.ruesga.android.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="org.cyanogenmod.wallpapers.photophase.preferences.PortraitDispositionFragment"
+ android:fragment="com.ruesga.android.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="org.cyanogenmod.wallpapers.photophase.preferences.LandscapeDispositionFragment"
+ android:fragment="com.ruesga.android.wallpapers.photophase.preferences.LandscapeDispositionFragment"
android:persistent="false" />
</PreferenceCategory>