From 101955f5668dda039ef34ec1b16056e25816d11d Mon Sep 17 00:00:00 2001 From: M66B Date: Sat, 24 Aug 2024 08:49:02 +0200 Subject: [PATCH] Small layout improvement --- app/src/main/res/layout/fragment_options_misc.xml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/app/src/main/res/layout/fragment_options_misc.xml b/app/src/main/res/layout/fragment_options_misc.xml index 926107819f..52c786bb66 100644 --- a/app/src/main/res/layout/fragment_options_misc.xml +++ b/app/src/main/res/layout/fragment_options_misc.xml @@ -817,7 +817,10 @@ android:layout_marginTop="12dp" android:drawableStart="@drawable/twotone_logo_dev_24" android:drawablePadding="6dp" + android:drawableTint="?attr/colorWarning" android:text="@string/title_advanced_debug" + android:textColor="?attr/colorWarning" + android:textStyle="bold" app:layout_constraintEnd_toEndOf="parent" app:layout_constraintStart_toStartOf="parent" app:layout_constraintTop_toBottomOf="@id/swLogInfo"