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

Delta Between Two Patch Sets: libadblockplus-android-settings/res/layout/fragment_adblock_whitelisted_domains_settings.xml

Issue 29586579: Issue 5902 - Add translations (Closed)
Left Patch Set: Created Oct. 23, 2017, 12:54 p.m.
Right 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:
Right: Side by side diff | Download
LEFTRIGHT
(no file at all)
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 12 matching lines...) Expand all
23 android:inputType="textUri" 23 android:inputType="textUri"
24 android:textAppearance="?android:attr/textAppearanceMedium" /> 24 android:textAppearance="?android:attr/textAppearanceMedium" />
25 25
26 <!-- Add button --> 26 <!-- Add button -->
27 <ImageView 27 <ImageView
28 android:id="@+id/fragment_adblock_wl_add_button" 28 android:id="@+id/fragment_adblock_wl_add_button"
29 android:layout_width="wrap_content" 29 android:layout_width="wrap_content"
30 android:layout_height="wrap_content" 30 android:layout_height="wrap_content"
31 android:layout_gravity="center_vertical" 31 android:layout_gravity="center_vertical"
32 android:src="@drawable/fragment_adblock_whitelisted_domains_add" 32 android:src="@drawable/fragment_adblock_whitelisted_domains_add"
33 android:paddingLeft="@dimen/fragment_adblock_wl_item_padding" /> 33 android:paddingStart="@dimen/fragment_adblock_wl_item_padding" />
34 34
35 </LinearLayout> 35 </LinearLayout>
36 36
37 <!-- Whitelisted domain label --> 37 <!-- Whitelisted domain label -->
38 <TextView 38 <TextView
39 android:layout_width="match_parent" 39 android:layout_width="match_parent"
40 android:layout_height="wrap_content" 40 android:layout_height="wrap_content"
41 android:text="@string/fragment_adblock_settings_wl_domains" 41 android:text="@string/fragment_adblock_settings_wl_domains"
42 android:paddingTop="@dimen/fragment_adblock_wl_padding" 42 android:paddingTop="@dimen/fragment_adblock_wl_padding"
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>
LEFTRIGHT

Powered by Google App Engine
This is Rietveld