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

Side by Side Diff: adblock-android-webviewapp/res/layout/activity_main.xml

Issue 29782630: Issue 6000 - Rename "libadblockplus-android" (Closed)
Patch Set: Created May 15, 2018, 9:30 p.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff | Download patch
OLDNEW
1 <?xml version="1.0" encoding="utf-8"?> 1 <?xml version="1.0" encoding="utf-8"?>
2 2
3 <LinearLayout 3 <LinearLayout
4 xmlns:android="http://schemas.android.com/apk/res/android" 4 xmlns:android="http://schemas.android.com/apk/res/android"
5 android:layout_width="match_parent" 5 android:layout_width="match_parent"
6 android:layout_height="match_parent" 6 android:layout_height="match_parent"
7 android:orientation="vertical"> 7 android:orientation="vertical">
8 8
9 <EditText 9 <EditText
10 android:id="@+id/main_url" 10 android:id="@+id/main_url"
(...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after
52 android:indeterminate="false" 52 android:indeterminate="false"
53 android:indeterminateOnly="false" 53 android:indeterminateOnly="false"
54 android:max="100"/> 54 android:max="100"/>
55 55
56 <org.adblockplus.libadblockplus.android.webview.AdblockWebView 56 <org.adblockplus.libadblockplus.android.webview.AdblockWebView
57 android:id="@+id/main_webview" 57 android:id="@+id/main_webview"
58 android:layout_width="match_parent" 58 android:layout_width="match_parent"
59 android:layout_height="match_parent"/> 59 android:layout_height="match_parent"/>
60 60
61 </LinearLayout> 61 </LinearLayout>
OLDNEW
« no previous file with comments | « adblock-android-webviewapp/res/drawable/icon.png ('k') | adblock-android-webviewapp/res/raw/easylist.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld