summaryrefslogtreecommitdiffstats
path: root/res/xml
diff options
context:
space:
mode:
authorNebojsa Cvetkovic <nebkat@gmail.com>2013-12-15 19:46:56 +0000
committerDanesh M <daneshm90@gmail.com>2014-01-24 16:25:19 -0800
commit7fc14e45774e3094ef3afdf391a13ad54df62a3e (patch)
treea50303eadf4dab290f99ef0a3c52446da2271827 /res/xml
parent04d59a5a3bda757080acf34a974474317e7a6ab3 (diff)
downloadandroid_packages_apps_Trebuchet-7fc14e45774e3094ef3afdf391a13ad54df62a3e.tar.gz
android_packages_apps_Trebuchet-7fc14e45774e3094ef3afdf391a13ad54df62a3e.tar.bz2
android_packages_apps_Trebuchet-7fc14e45774e3094ef3afdf391a13ad54df62a3e.zip
AppsCustomize: Overview panel
Change-Id: I5cfd1183194ee15d8bb18dcd2536a644c9599978
Diffstat (limited to 'res/xml')
-rw-r--r--res/xml/preferences_general.xml4
-rw-r--r--res/xml/preferences_headers.xml2
2 files changed, 3 insertions, 3 deletions
diff --git a/res/xml/preferences_general.xml b/res/xml/preferences_general.xml
index 24010b361..58e8a9aea 100644
--- a/res/xml/preferences_general.xml
+++ b/res/xml/preferences_general.xml
@@ -15,11 +15,11 @@
-->
<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android"
- xmlns:launcher="http://schemas.android.com/apk/res/com.cyanogenmod.trebuchet"
+ xmlns:launcher="http://schemas.android.com/apk/res/com.android.launcher3"
android:key="ui_general"
android:title="@string/preferences_interface_general_title">
<CheckBoxPreference android:key="ui_general_large_icons"
android:title="@string/preferences_interface_general_large_icons_title"
android:summary="@string/preferences_interface_general_large_icons_summary"
android:defaultValue="@bool/preferences_interface_general_large_icons_default" />
-</PreferenceScreen> \ No newline at end of file
+</PreferenceScreen>
diff --git a/res/xml/preferences_headers.xml b/res/xml/preferences_headers.xml
index 303532e8f..367ef832a 100644
--- a/res/xml/preferences_headers.xml
+++ b/res/xml/preferences_headers.xml
@@ -28,7 +28,7 @@
android:title="@string/preferences_interface_dock_title" />
<header android:id="@+id/preferences_general_section"
- android:fragment="org.cyanogenmod.trebuchet.settings.SettingsActivity$GeneralFragment"
+ android:fragment="com.android.launcher3.settings.SettingsActivity$GeneralFragment"
android:title="@string/preferences_interface_general_title" />
<header android:id="@+id/preferences_application_section"