summaryrefslogtreecommitdiffstats
path: root/res/menu
diff options
context:
space:
mode:
authorJorge Ruesga <jorge@ruesga.com>2015-08-12 01:05:08 +0200
committerAdnan Begovic <adnan@cyngn.com>2015-12-01 14:09:26 -0800
commit8d17b9a2f33925c6678b1718dae29abfc7e2c989 (patch)
tree29ed65233460a30179d8fcb59ac67408bf7b58f6 /res/menu
parentc9503e0919ddeae38da404fbec6772bba52e0626 (diff)
downloadpackages_apps_Settings-8d17b9a2f33925c6678b1718dae29abfc7e2c989.zip
packages_apps_Settings-8d17b9a2f33925c6678b1718dae29abfc7e2c989.tar.gz
packages_apps_Settings-8d17b9a2f33925c6678b1718dae29abfc7e2c989.tar.bz2
settings: contributors cloud
Squash of: settings: remove contributors cloud margin/padding Change-Id: I120e7bd1611bd47126d91ca1f88ce5cdb964fed8 Signed-off-by: Jorge Ruesga <jorge@ruesga.com> Settings: update contributors cloud Generated date: 3rd November 2015: 09:29 Change-Id: I7bc707f3896f91b3fd7d0f9f76700e3938f1a4b2 Change-Id: If5b89e0d278b7a0c85c966e09264b60927889fc9 JIRA: CML-133 Signed-off-by: Jorge Ruesga <jorge@ruesga.com>
Diffstat (limited to 'res/menu')
-rw-r--r--res/menu/contributors_menu.xml32
1 files changed, 32 insertions, 0 deletions
diff --git a/res/menu/contributors_menu.xml b/res/menu/contributors_menu.xml
new file mode 100644
index 0000000..d6473a1
--- /dev/null
+++ b/res/menu/contributors_menu.xml
@@ -0,0 +1,32 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Copyright (C) 2015 The CyanogenMod 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/contributors_search"
+ android:title="@string/search_menu"
+ android:icon="@*android:drawable/ic_search_api_material"
+ android:showAsAction="collapseActionView|ifRoom"
+ android:actionViewClass="android.widget.SearchView" />
+ <item
+ android:id="@+id/contributor_info"
+ android:title="@string/contributor_info_menu"
+ android:showAsAction="never" />
+ <item
+ android:id="@+id/contributions_info"
+ android:title="@string/contributions_info_menu"
+ android:showAsAction="never" />
+</menu>