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: Only append the revision to the version for devbuilds Created Sept. 26, 2014, 2:54 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 | « jni/JniUpdateAvailableCallback.cpp ('k') | res/values/strings.xml » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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>
« no previous file with comments | « jni/JniUpdateAvailableCallback.cpp ('k') | res/values/strings.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld