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

Side by Side Diff: libadblockplus-android-settings/res/layout/fragment_adblock_whitelisted_domain_item.xml

Issue 29586579: Issue 5902 - Add translations (Closed)
Patch Set: RTL changes Created Oct. 23, 2017, 1:17 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
« no previous file with comments | « no previous file | libadblockplus-android-settings/res/layout/fragment_adblock_whitelisted_domains_settings.xml » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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">
11 11
12 <!-- Domain --> 12 <!-- Domain -->
13 <TextView 13 <TextView
14 android:id="@+id/fragment_adblock_wl_item_title" 14 android:id="@+id/fragment_adblock_wl_item_title"
15 android:layout_width="0dp" 15 android:layout_width="0dp"
16 android:layout_weight="1" 16 android:layout_weight="1"
17 android:layout_height="wrap_content" 17 android:layout_height="wrap_content"
18 android:paddingLeft="0dp" 18 android:paddingStart="0dp"
19 android:textAppearance="?android:attr/textAppearanceMedium" 19 android:textAppearance="?android:attr/textAppearanceMedium"
20 tools:text="http://www.google.com"/> 20 tools:text="http://www.google.com"/>
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:paddingLeft="@dimen/fragment_adblock_wl_padding" /> 28 android:paddingStart="@dimen/fragment_adblock_wl_padding" />
29 29
30 </LinearLayout> 30 </LinearLayout>
OLDNEW
« no previous file with comments | « no previous file | libadblockplus-android-settings/res/layout/fragment_adblock_whitelisted_domains_settings.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld