From b1dcc69e52d0619f15734437c014a463f42c9873 Mon Sep 17 00:00:00 2001 From: mcarare Date: Mon, 14 Oct 2019 15:59:43 +0300 Subject: [PATCH] For #5709: Align ETP Settings Screen implementation with original mocks --- .../res/layout/preference_widget_radiobutton_with_info.xml | 4 +++- .../layout/tracking_protection_learn_more_preference.xml | 6 +++--- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/app/src/main/res/layout/preference_widget_radiobutton_with_info.xml b/app/src/main/res/layout/preference_widget_radiobutton_with_info.xml index 6d1305ec9..31d82bb83 100644 --- a/app/src/main/res/layout/preference_widget_radiobutton_with_info.xml +++ b/app/src/main/res/layout/preference_widget_radiobutton_with_info.xml @@ -18,7 +18,7 @@ android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_gravity="start" - android:layout_marginStart="42dp" + android:layout_marginStart="66dp" android:background="@android:color/transparent" android:button="@null" android:clickable="false" @@ -55,6 +55,8 @@ android:id="@+id/vertical_divider" android:layout_width="1dp" android:layout_height="0dp" + android:paddingStart="1dp" + android:paddingEnd="1dp" android:background="?neutralFaded" app:layout_constraintBottom_toBottomOf="parent" app:layout_constraintEnd_toStartOf="@id/info_button" diff --git a/app/src/main/res/layout/tracking_protection_learn_more_preference.xml b/app/src/main/res/layout/tracking_protection_learn_more_preference.xml index 62a39a7c3..72259c3ed 100644 --- a/app/src/main/res/layout/tracking_protection_learn_more_preference.xml +++ b/app/src/main/res/layout/tracking_protection_learn_more_preference.xml @@ -7,7 +7,6 @@ android:layout_width="match_parent" android:layout_height="wrap_content" android:layout_marginBottom="12dp" - android:paddingTop="20dp" android:background="#FF0250BB">