diff options
Diffstat (limited to 'res/xml/print_settings.xml')
-rw-r--r-- | res/xml/print_settings.xml | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/res/xml/print_settings.xml b/res/xml/print_settings.xml index dc31968..8a29563 100644 --- a/res/xml/print_settings.xml +++ b/res/xml/print_settings.xml @@ -17,4 +17,17 @@ <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="print_jobs_category" + android:title="@string/print_print_jobs" + android:order="0"> + </PreferenceCategory> + + <PreferenceCategory + android:key="print_services_category" + android:title="@string/print_settings_title" + android:order="1"> + </PreferenceCategory> + </PreferenceScreen> |