aboutsummaryrefslogtreecommitdiffstats
path: root/res/xml/preferences_headers.xml
diff options
context:
space:
mode:
Diffstat (limited to 'res/xml/preferences_headers.xml')
-rw-r--r--res/xml/preferences_headers.xml8
1 files changed, 4 insertions, 4 deletions
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"