summaryrefslogtreecommitdiffstats
path: root/res/menu
diff options
context:
space:
mode:
authorLixin Yue <L.X.YUE@motorola.com>2010-02-26 17:35:23 +0800
committerMichael Chan <mchan@android.com>2010-03-03 19:13:06 -0800
commit5cc617943765df27844e459362c4bc1821305216 (patch)
treedb27b2c62dfa1db4ec0271483a0cd00c3b4ddfd9 /res/menu
parent02a85f25c5410e6e104c25ec3b109797db0aa18a (diff)
downloadandroid_packages_apps_Bluetooth-5cc617943765df27844e459362c4bc1821305216.tar.gz
android_packages_apps_Bluetooth-5cc617943765df27844e459362c4bc1821305216.tar.bz2
android_packages_apps_Bluetooth-5cc617943765df27844e459362c4bc1821305216.zip
Add opp Transfer history to avoid cluster of notificatoins To reduce the cluster of Opp nofications, we introduce the concept of Opp transfer history. Only 2 notifications exist for finished opp transfers, one is for outbound transfers, and another is for inbound transfers. User can see all detailed items in corresponding screen when click the notification.
Change-Id: Iffed353ea6b0d7c958c71fe8d3996937058ced30
Diffstat (limited to 'res/menu')
-rw-r--r--res/menu/transferhistory.xml22
-rw-r--r--res/menu/transferhistorycontextfinished.xml24
2 files changed, 46 insertions, 0 deletions
diff --git a/res/menu/transferhistory.xml b/res/menu/transferhistory.xml
new file mode 100644
index 000000000..0ed408944
--- /dev/null
+++ b/res/menu/transferhistory.xml
@@ -0,0 +1,22 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Copyright (C) 2010 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/transfer_menu_clear_all"
+ android:title="@string/transfer_menu_clear_all"
+ android:icon="@*android:drawable/ic_menu_clear_playlist" />
+</menu>
diff --git a/res/menu/transferhistorycontextfinished.xml b/res/menu/transferhistorycontextfinished.xml
new file mode 100644
index 000000000..3a6029af4
--- /dev/null
+++ b/res/menu/transferhistorycontextfinished.xml
@@ -0,0 +1,24 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Copyright (C) 2010 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/transfer_menu_open"
+ android:title="@string/transfer_menu_open" />
+ <item android:id="@+id/transfer_menu_clear"
+ android:title="@string/transfer_menu_clear" />
+
+</menu>