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

Side by Side Diff: adblock-android-settings/res/layout/fragment_adblock_whitelisted_domain_item.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 <LinearLayout 2 <LinearLayout
3 xmlns:android="http://schemas.android.com/apk/res/android" 3 xmlns:android="http://schemas.android.com/apk/res/android"
4 xmlns:tools="http://schemas.android.com/tools" 4 xmlns:tools="http://schemas.android.com/tools"
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:gravity="center_vertical" 7 android:gravity="center_vertical"
8 android:orientation="horizontal" 8 android:orientation="horizontal"
9 android:paddingTop="@dimen/fragment_adblock_wl_item_padding" 9 android:paddingTop="@dimen/fragment_adblock_wl_item_padding"
10 android:paddingBottom="@dimen/fragment_adblock_wl_item_padding"> 10 android:paddingBottom="@dimen/fragment_adblock_wl_item_padding">
(...skipping 10 matching lines...) Expand all
21 21
22 <!-- Remove button --> 22 <!-- Remove button -->
23 <ImageView 23 <ImageView
24 android:id="@+id/fragment_adblock_wl_item_remove" 24 android:id="@+id/fragment_adblock_wl_item_remove"
25 android:layout_width="wrap_content" 25 android:layout_width="wrap_content"
26 android:layout_height="wrap_content" 26 android:layout_height="wrap_content"
27 android:src="@drawable/fragment_adblock_whitelisted_domains_remove" 27 android:src="@drawable/fragment_adblock_whitelisted_domains_remove"
28 android:paddingStart="@dimen/fragment_adblock_wl_padding" /> 28 android:paddingStart="@dimen/fragment_adblock_wl_padding" />
29 29
30 </LinearLayout> 30 </LinearLayout>
OLDNEW

Powered by Google App Engine
This is Rietveld