diff options
author | Svetoslav Ganov <svetoslavganov@google.com> | 2013-06-11 21:15:11 -0700 |
---|---|---|
committer | Svetoslav Ganov <svetoslavganov@google.com> | 2013-06-21 17:46:37 -0700 |
commit | d4c7b497fb9ed220b06400a7738313d33cd91d61 (patch) | |
tree | 93f61567b8dc88d14751adcd7e02ec1f2f8826cd /res/xml/print_settings.xml | |
parent | fb0c7c703c51cb279265db879d4d1b922997868d (diff) | |
download | packages_apps_Settings-d4c7b497fb9ed220b06400a7738313d33cd91d61.tar.gz packages_apps_Settings-d4c7b497fb9ed220b06400a7738313d33cd91d61.tar.bz2 packages_apps_Settings-d4c7b497fb9ed220b06400a7738313d33cd91d61.zip |
Print - Settings
Change-Id: Id662a41fb189823c6d06aafc7e98996f3ef6c930
Diffstat (limited to 'res/xml/print_settings.xml')
-rw-r--r-- | res/xml/print_settings.xml | 26 |
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 000000000..b21f2ac2a --- /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> |