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

Side by Side Diff: adblock-android-settings/res/layout/fragment_adblock_whitelisted_domains_settings.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 <LinearLayout 1 <LinearLayout
2 xmlns:android="http://schemas.android.com/apk/res/android" 2 xmlns:android="http://schemas.android.com/apk/res/android"
3 xmlns:tools="http://schemas.android.com/tools" 3 xmlns:tools="http://schemas.android.com/tools"
4 android:layout_width="match_parent" 4 android:layout_width="match_parent"
5 android:layout_height="match_parent" 5 android:layout_height="match_parent"
6 android:orientation="vertical" 6 android:orientation="vertical"
7 android:padding="@dimen/fragment_adblock_wl_padding" 7 android:padding="@dimen/fragment_adblock_wl_padding"
8 tools:context="org.adblockplus.libadblockplus.android.settings.WhitelistedDo mainsSettingsFragment"> 8 tools:context="org.adblockplus.libadblockplus.android.settings.WhitelistedDo mainsSettingsFragment">
9 9
10 <LinearLayout 10 <LinearLayout
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after
43 android:paddingBottom="@dimen/fragment_adblock_wl_padding" 43 android:paddingBottom="@dimen/fragment_adblock_wl_padding"
44 android:textAppearance="?android:attr/textAppearanceMedium"/> 44 android:textAppearance="?android:attr/textAppearanceMedium"/>
45 45
46 <!-- ListView --> 46 <!-- ListView -->
47 <ListView 47 <ListView
48 android:id="@+id/fragment_adblock_wl_listview" 48 android:id="@+id/fragment_adblock_wl_listview"
49 android:layout_width="match_parent" 49 android:layout_width="match_parent"
50 android:layout_height="match_parent"/> 50 android:layout_height="match_parent"/>
51 51
52 </LinearLayout> 52 </LinearLayout>
OLDNEW

Powered by Google App Engine
This is Rietveld