| OLD | NEW |
| 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 Loading... |
| 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> |
| OLD | NEW |