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

Delta Between Two Patch Sets: libadblockplus-android-webviewapp/res/values/strings.xml

Issue 29351744: Issue 4399 - Add WebView inheritor with ad blocking (Closed)
Left Patch Set: updated README Created Sept. 14, 2016, 11:43 a.m.
Right Patch Set: changed packages, now using AdblockEngine (original ABPEngine), improved demo app Created Oct. 25, 2016, 11:20 a.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
Left: Side by side diff | Download
Right: Side by side diff | Download
LEFTRIGHT
1 <?xml version="1.0" encoding="utf-8"?> 1 <?xml version="1.0" encoding="utf-8"?>
2 <resources> 2 <resources>
3 <string name="app_name">AdblockWebView App</string> 3 <string name="app_name">AdblockWebView App</string>
4 4
5 <string name="main_ok">OK</string> 5 <string name="main_ok">OK</string>
6 <string name="main_prev">&lt;</string>
7 <string name="main_next">&gt;</string>
8 <string name="main_abp">Block ads</string>
9 <string name="main_aa">Enable Acceptable Ads</string>
6 </resources> 10 </resources>
LEFTRIGHT

Powered by Google App Engine
This is Rietveld