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"