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

Unified 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.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
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 »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: libadblockplus-android-settings/res/layout/fragment_adblock_whitelisted_domain_item.xml
diff --git a/libadblockplus-android-settings/res/layout/fragment_adblock_whitelisted_domain_item.xml b/libadblockplus-android-settings/res/layout/fragment_adblock_whitelisted_domain_item.xml
index bf5a5184dc583239508ec12e26098eae2f854f07..158f487eeb4d5f503163bafd4062ce78e4bacce1 100644
--- a/libadblockplus-android-settings/res/layout/fragment_adblock_whitelisted_domain_item.xml
+++ b/libadblockplus-android-settings/res/layout/fragment_adblock_whitelisted_domain_item.xml
@@ -15,7 +15,7 @@
android:layout_width="0dp"
android:layout_weight="1"
android:layout_height="wrap_content"
- android:paddingLeft="0dp"
+ android:paddingStart="0dp"
android:textAppearance="?android:attr/textAppearanceMedium"
tools:text="http://www.google.com"/>
@@ -25,6 +25,6 @@
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:src="@drawable/fragment_adblock_whitelisted_domains_remove"
- android:paddingLeft="@dimen/fragment_adblock_wl_padding" />
+ android:paddingStart="@dimen/fragment_adblock_wl_padding" />
</LinearLayout>
« 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