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

Unified Diff: res/menu/menu_preferences.xml

Issue 8493083: ABP/Android UI (Closed)
Patch Set: ABP/Android UI Created Oct. 12, 2012, 1:24 p.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
« no previous file with comments | « res/layout/preferences.xml ('k') | res/xml/preferences.xml » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: res/menu/menu_preferences.xml
===================================================================
new file mode 100644
--- /dev/null
+++ b/res/menu/menu_preferences.xml
@@ -0,0 +1,10 @@
+<?xml version="1.0" encoding="utf-8"?>
+<menu xmlns:android="http://schemas.android.com/apk/res/android" >
+
+ <item
+ android:id="@+id/menu_advanced"
+ android:icon="@drawable/ic_menu_preferences"
+ android:title="@string/menu_advanced">
+ </item>
+
+</menu>
« no previous file with comments | « res/layout/preferences.xml ('k') | res/xml/preferences.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld