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

Unified Diff: res/menu/menu_preferences.xml

Issue 8363097: ABP/Android preferences UI (Closed) Base URL: https://hg.adblockplus.org/adblockplusandroid/
Patch Set: Created Sept. 14, 2012, 8:20 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
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>

Powered by Google App Engine
This is Rietveld