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

Unified Diff: res/menu/menu_preferences.xml

Issue 5153282527854592: Issue 98 - Use the libadblockplus update mechanism (Closed)
Patch Set: Created Sept. 25, 2014, 3:57 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
===================================================================
--- a/res/menu/menu_preferences.xml
+++ b/res/menu/menu_preferences.xml
@@ -18,5 +18,10 @@
android:icon="@drawable/ic_menu_preferences"
android:title="@string/menu_advanced">
</item>
+ <item
+ android:id="@+id/menu_update"
+ android:icon="@drawable/ic_menu_refresh"
+ android:title="@string/menu_update">
+ </item>
</menu>

Powered by Google App Engine
This is Rietveld