summaryrefslogtreecommitdiffstats
path: root/res/menu
diff options
context:
space:
mode:
authorDanny Baumann <dannybaumann@web.de>2016-09-14 15:27:41 +0200
committerMichael Bestas <mikeioannina@gmail.com>2017-01-07 01:31:38 +0200
commitd1d21b03e76499e3e2f48bfac7928e9adcb8ace2 (patch)
tree45fa67462de4325f72e24037b6783e5b80051963 /res/menu
parent765faad61f38b7de37ecd7f88155e80a77ac1f29 (diff)
downloadandroid_packages_apps_Dialer-d1d21b03e76499e3e2f48bfac7928e9adcb8ace2.tar.gz
android_packages_apps_Dialer-d1d21b03e76499e3e2f48bfac7928e9adcb8ace2.tar.bz2
android_packages_apps_Dialer-d1d21b03e76499e3e2f48bfac7928e9adcb8ace2.zip
Re-add call stats feature.
Change-Id: Ib00ab753077788670f1d3390b2031beecb3b65c4
Diffstat (limited to 'res/menu')
-rw-r--r--res/menu/call_stats_details_options.xml29
-rw-r--r--res/menu/call_stats_options.xml40
2 files changed, 69 insertions, 0 deletions
diff --git a/res/menu/call_stats_details_options.xml b/res/menu/call_stats_details_options.xml
new file mode 100644
index 000000000..7292b4108
--- /dev/null
+++ b/res/menu/call_stats_details_options.xml
@@ -0,0 +1,29 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Copyright (C) 2011 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/menu_block_number"
+ android:title="@string/action_block_number"
+ />
+ <item
+ android:id="@+id/menu_copy_number"
+ android:title="@string/action_copy_number_text"
+ />
+ <item
+ android:id="@+id/menu_edit_number_before_call"
+ android:title="@string/action_edit_number_before_call"
+ />
+</menu>
diff --git a/res/menu/call_stats_options.xml b/res/menu/call_stats_options.xml
new file mode 100644
index 000000000..f4cdb93d8
--- /dev/null
+++ b/res/menu/call_stats_options.xml
@@ -0,0 +1,40 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--
+ Copyright (C) 2011 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/date_filter"
+ android:showAsAction="never"
+ android:title="@string/call_stats_date_filter"/>
+
+ <item
+ android:id="@+id/reset_date_filter"
+ android:showAsAction="never"
+ android:visible="false"
+ android:title="@string/call_stats_reset_filter"/>
+
+ <item
+ android:id="@+id/sort_by_duration"
+ android:showAsAction="never"
+ android:visible="false"
+ android:title="@string/call_stats_sort_by_duration"/>
+
+ <item
+ android:id="@+id/sort_by_count"
+ android:showAsAction="never"
+ android:title="@string/call_stats_sort_by_count"/>
+
+</menu>