| 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> |