From dcd280e3a5bd26ef64af700a1382f10523abba7d Mon Sep 17 00:00:00 2001 From: M66B Date: Wed, 1 Jul 2020 11:35:04 +0200 Subject: [PATCH] Small layout improvement --- app/src/main/res/layout/fragment_options_display.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/src/main/res/layout/fragment_options_display.xml b/app/src/main/res/layout/fragment_options_display.xml index 4be2fc4e00..1921e1bd48 100644 --- a/app/src/main/res/layout/fragment_options_display.xml +++ b/app/src/main/res/layout/fragment_options_display.xml @@ -344,7 +344,7 @@ android:layout_marginEnd="48dp" android:text="@string/title_advanced_gravatars_hint" android:textAppearance="@style/TextAppearance.AppCompat.Small" - android:textColor="?android:attr/textColorLink" + android:textColor="?attr/colorWarning" app:layout_constraintEnd_toEndOf="parent" app:layout_constraintStart_toStartOf="parent" app:layout_constraintTop_toBottomOf="@id/swGravatars" />