From 466f1a21f64abd72580f1be2abafe41a9f9713f8 Mon Sep 17 00:00:00 2001 From: M66B Date: Thu, 7 Jul 2022 11:40:33 +0200 Subject: [PATCH] Added hint text --- app/src/main/res/layout/dialog_block_sender.xml | 3 ++- .../res/layout/fragment_options_synchronize.xml | 16 +++++++++++++++- 2 files changed, 17 insertions(+), 2 deletions(-) diff --git a/app/src/main/res/layout/dialog_block_sender.xml b/app/src/main/res/layout/dialog_block_sender.xml index 4838fe37b2..5ffb9f295c 100644 --- a/app/src/main/res/layout/dialog_block_sender.xml +++ b/app/src/main/res/layout/dialog_block_sender.xml @@ -45,7 +45,8 @@ android:layout_marginTop="12dp" android:text="@string/title_junk_pop_hint" android:textAppearance="@style/TextAppearance.AppCompat.Small" - android:textStyle="bold" + android:textColor="?attr/colorWarning" + android:textStyle="italic" app:layout_constraintEnd_toEndOf="parent" app:layout_constraintStart_toStartOf="parent" app:layout_constraintTop_toBottomOf="@+id/tvJunkHint" /> diff --git a/app/src/main/res/layout/fragment_options_synchronize.xml b/app/src/main/res/layout/fragment_options_synchronize.xml index 22ee991e9f..62e6d466bd 100644 --- a/app/src/main/res/layout/fragment_options_synchronize.xml +++ b/app/src/main/res/layout/fragment_options_synchronize.xml @@ -995,6 +995,20 @@ app:layout_constraintTop_toBottomOf="@id/swUseBlocklist" app:switchPadding="12dp" /> + + + app:layout_constraintTop_toBottomOf="@id/tvUseBlocklistPopHint" />