summaryrefslogtreecommitdiffstats
path: root/res/menu/star.xml
diff options
context:
space:
mode:
authorKatherine Kuan <katherinekuan@google.com>2011-06-28 20:46:52 -0700
committerKatherine Kuan <katherinekuan@google.com>2011-06-28 21:14:53 -0700
commit942cec2d8a248b1a22e95f4d573d235e281ee91a (patch)
treece092427208d013764502c1e13a44ab75ff88d82 /res/menu/star.xml
parentfa3f7b6898e9f61b93a4c871c307bd72cb719806 (diff)
downloadandroid_packages_apps_Contacts-942cec2d8a248b1a22e95f4d573d235e281ee91a.tar.gz
android_packages_apps_Contacts-942cec2d8a248b1a22e95f4d573d235e281ee91a.tar.bz2
android_packages_apps_Contacts-942cec2d8a248b1a22e95f4d573d235e281ee91a.zip
Move favorites star to the action bar on contact card
- Only applies to the phone - Remove star from tab carousel Change-Id: I214a4d2a310b5f2060b55856755e9635a8c45a58
Diffstat (limited to 'res/menu/star.xml')
-rw-r--r--res/menu/star.xml21
1 files changed, 21 insertions, 0 deletions
diff --git a/res/menu/star.xml b/res/menu/star.xml
new file mode 100644
index 000000000..904adbf0b
--- /dev/null
+++ b/res/menu/star.xml
@@ -0,0 +1,21 @@
+<?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_star"
+ android:showAsAction="always" />
+</menu>