summaryrefslogtreecommitdiffstats
path: root/res/menu
diff options
context:
space:
mode:
authorSvetoslav <svetoslavganov@google.com>2013-09-03 21:32:40 -0700
committerSvetoslav Ganov <svetoslavganov@google.com>2013-09-04 14:40:02 -0700
commit2d531653595344ed7e61c093dca308b9ba7ec185 (patch)
treefb796b504994278d5b15971f39a11525bc314248 /res/menu
parenta2904f9d5091ef5055d97adf72d32e8c19551c8e (diff)
downloadpackages_apps_Settings-2d531653595344ed7e61c093dca308b9ba7ec185.zip
packages_apps_Settings-2d531653595344ed7e61c093dca308b9ba7ec185.tar.gz
packages_apps_Settings-2d531653595344ed7e61c093dca308b9ba7ec185.tar.bz2
Implementing print settings as per UX spec.
Change-Id: Iafe99a1e959472f893cf168d952d9dd19ff160c0
Diffstat (limited to 'res/menu')
-rw-r--r--res/menu/print_service_settings.xml33
-rw-r--r--res/menu/print_settings.xml23
2 files changed, 56 insertions, 0 deletions
diff --git a/res/menu/print_service_settings.xml b/res/menu/print_service_settings.xml
new file mode 100644
index 0000000..1ed57ea
--- /dev/null
+++ b/res/menu/print_service_settings.xml
@@ -0,0 +1,33 @@
+<?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.
+-->
+
+<menu xmlns:android="http://schemas.android.com/apk/res/android">
+ <item
+ android:id="@+id/print_menu_item_add_printer"
+ android:title="@string/print_menu_item_add_printer"
+ android:showAsAction="ifRoom">
+ </item>
+ <item
+ android:id="@+id/print_menu_item_settings"
+ android:title="@string/print_menu_item_settings"
+ android:showAsAction="ifRoom">
+ </item>
+ <item
+ android:id="@+id/print_menu_item_uninstall"
+ android:title="@string/print_menu_item_uninstall"
+ android:showAsAction="never">
+ </item>
+</menu>
diff --git a/res/menu/print_settings.xml b/res/menu/print_settings.xml
new file mode 100644
index 0000000..44ddf50
--- /dev/null
+++ b/res/menu/print_settings.xml
@@ -0,0 +1,23 @@
+<?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.
+-->
+
+<menu xmlns:android="http://schemas.android.com/apk/res/android">
+ <item
+ android:id="@+id/print_menu_item_download_print_service"
+ android:title="@string/print_menu_item_download_print_service"
+ android:showAsAction="ifRoom">
+ </item>
+</menu>