summaryrefslogtreecommitdiffstats
path: root/java/com/android/dialer/main/impl/res/menu/main_menu.xml
diff options
context:
space:
mode:
Diffstat (limited to 'java/com/android/dialer/main/impl/res/menu/main_menu.xml')
-rw-r--r--java/com/android/dialer/main/impl/res/menu/main_menu.xml47
1 files changed, 47 insertions, 0 deletions
diff --git a/java/com/android/dialer/main/impl/res/menu/main_menu.xml b/java/com/android/dialer/main/impl/res/menu/main_menu.xml
new file mode 100644
index 000000000..09bcbf823
--- /dev/null
+++ b/java/com/android/dialer/main/impl/res/menu/main_menu.xml
@@ -0,0 +1,47 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--
+ ~ Copyright (C) 2017 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"
+ xmlns:app="http://schemas.android.com/apk/res-auto">
+ <item
+ android:id="@+id/search"
+ android:icon="@drawable/quantum_ic_search_white_24"
+ android:title="@string/search"
+ android:contentDescription="@string/description_search"
+ app:showAsAction="always"/>
+
+ <item
+ android:id="@+id/contacts"
+ android:icon="@drawable/quantum_ic_person_white_24"
+ android:title="@string/contacts"
+ android:contentDescription="@string/description_contacts"
+ app:showAsAction="always"/>
+
+ <item
+ android:id="@+id/call_history"
+ android:title="@string/tab_title_call_history"
+ app:showAsAction="collapseActionView"/>
+
+ <item
+ android:id="@+id/settings"
+ android:title="@string/settings"
+ app:showAsAction="collapseActionView"/>
+
+ <item
+ android:id="@+id/feedback"
+ android:title="@string/main_send_feedback"
+ app:showAsAction="collapseActionView"/>
+</menu> \ No newline at end of file