summaryrefslogtreecommitdiffstats
path: root/res/xml/print_settings.xml
diff options
context:
space:
mode:
authorSvetoslav Ganov <svetoslavganov@google.com>2013-06-11 21:15:11 -0700
committerSvetoslav Ganov <svetoslavganov@google.com>2013-06-21 17:46:37 -0700
commitd4c7b497fb9ed220b06400a7738313d33cd91d61 (patch)
tree93f61567b8dc88d14751adcd7e02ec1f2f8826cd /res/xml/print_settings.xml
parentfb0c7c703c51cb279265db879d4d1b922997868d (diff)
downloadpackages_apps_Settings-d4c7b497fb9ed220b06400a7738313d33cd91d61.zip
packages_apps_Settings-d4c7b497fb9ed220b06400a7738313d33cd91d61.tar.gz
packages_apps_Settings-d4c7b497fb9ed220b06400a7738313d33cd91d61.tar.bz2
Print - Settings
Change-Id: Id662a41fb189823c6d06aafc7e98996f3ef6c930
Diffstat (limited to 'res/xml/print_settings.xml')
-rw-r--r--res/xml/print_settings.xml26
1 files changed, 26 insertions, 0 deletions
diff --git a/res/xml/print_settings.xml b/res/xml/print_settings.xml
new file mode 100644
index 0000000..b21f2ac
--- /dev/null
+++ b/res/xml/print_settings.xml
@@ -0,0 +1,26 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Copyright (C) 2013 The Android Open Source Project
+
+ Licensed under the Apache License, Version 2.0 (the "License");
+ you may not use this file except in compliance with the License.
+ You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+-->
+
+<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>