Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: res/menu/menu_preferences.xml

Issue 9316018: ABP/Android Holo theme (Closed)
Patch Set: Created Feb. 1, 2013, 7:55 a.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: res/menu/menu_preferences.xml
===================================================================
--- a/res/menu/menu_preferences.xml
+++ b/res/menu/menu_preferences.xml
@@ -2,6 +2,18 @@
<menu xmlns:android="http://schemas.android.com/apk/res/android" >
<item
+ android:id="@+id/menu_help"
+ android:icon="@drawable/ic_menu_help"
+ android:showAsAction="always"
+ android:title="@string/help">
+ </item>
+ <item
+ android:id="@+id/menu_about"
+ android:icon="@drawable/ic_menu_info_details"
+ android:showAsAction="always"
+ android:title="@string/about">
+ </item>
+ <item
android:id="@+id/menu_advanced"
android:icon="@drawable/ic_menu_preferences"
android:title="@string/menu_advanced">
« project.properties ('K') | « res/layout/preferences.xml ('k') | res/raw/legal.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld