summaryrefslogtreecommitdiffstats
path: root/res/menu
diff options
context:
space:
mode:
authorMartijn Coenen <maco@google.com>2013-09-24 17:31:25 -0700
committerMartijn Coenen <maco@google.com>2013-09-25 15:01:24 -0700
commit0e940d6c00d06578c4c0f89a95e5d31c8073fbc1 (patch)
tree89299ed52be79b4a4b1f60cee06b9ad9487ff587 /res/menu
parent372b6f74b17fe1ef207bcda511dd71a93f792682 (diff)
downloadpackages_apps_Settings-0e940d6c00d06578c4c0f89a95e5d31c8073fbc1.zip
packages_apps_Settings-0e940d6c00d06578c4c0f89a95e5d31c8073fbc1.tar.gz
packages_apps_Settings-0e940d6c00d06578c4c0f89a95e5d31c8073fbc1.tar.bz2
Latest UX for Tap & pay.
Bug: 10862185 Change-Id: I4344f70533a69d422159547c58bbc981f4d889ca
Diffstat (limited to 'res/menu')
-rw-r--r--res/menu/nfc_payment_settings.xml23
1 files changed, 23 insertions, 0 deletions
diff --git a/res/menu/nfc_payment_settings.xml b/res/menu/nfc_payment_settings.xml
new file mode 100644
index 0000000..f35374e
--- /dev/null
+++ b/res/menu/nfc_payment_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/nfc_payment_menu_item_add_service"
+ android:title="@string/nfc_payment_menu_item_add_service"
+ android:showAsAction="ifRoom">
+ </item>
+</menu>