aboutsummaryrefslogtreecommitdiffstats
path: root/res/xml/preferences_layout.xml
diff options
context:
space:
mode:
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 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>