summaryrefslogtreecommitdiffstats
path: root/res/xml
diff options
context:
space:
mode:
Diffstat (limited to 'res/xml')
-rw-r--r--res/xml/print_settings.xml6
-rw-r--r--res/xml/settings_headers.xml4
2 files changed, 2 insertions, 8 deletions
diff --git a/res/xml/print_settings.xml b/res/xml/print_settings.xml
index b21f2ac..dc31968 100644
--- a/res/xml/print_settings.xml
+++ b/res/xml/print_settings.xml
@@ -17,10 +17,4 @@
<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:settings="http://schemas.android.com/apk/res/com.android.settings"
android:title="@string/print_settings_title">
-
- <PreferenceCategory
- android:key="services_category"
- android:title="@string/print_services_title">
- </PreferenceCategory>
-
</PreferenceScreen>
diff --git a/res/xml/settings_headers.xml b/res/xml/settings_headers.xml
index 1d27a35..6aa6691 100644
--- a/res/xml/settings_headers.xml
+++ b/res/xml/settings_headers.xml
@@ -184,8 +184,8 @@
<!-- Print -->
<header
android:id="@+id/print_settings"
- android:fragment="com.android.settings.PrintingSettings"
- android:icon="@drawable/ic_settings_accessibility"
+ android:fragment="com.android.settings.print.PrintSettingsFragment"
+ android:icon="@drawable/ic_print"
android:title="@string/print_settings" />
<!-- Development -->