From 9b1117f9813a42416f9411eb6dba7037b85d0842 Mon Sep 17 00:00:00 2001 From: hasibprince Date: Thu, 10 Nov 2022 22:47:54 +0600 Subject: [PATCH] fixed: color of title in settings page --- app/src/main/res/layout/layout_custom_checkbox_preference.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/src/main/res/layout/layout_custom_checkbox_preference.xml b/app/src/main/res/layout/layout_custom_checkbox_preference.xml index fa82ea7f3..257ccf860 100644 --- a/app/src/main/res/layout/layout_custom_checkbox_preference.xml +++ b/app/src/main/res/layout/layout_custom_checkbox_preference.xml @@ -48,7 +48,7 @@ android:fadingEdge="horizontal" android:singleLine="true" android:textAppearance="?android:attr/textAppearanceSmall" - android:textColor="@android:color/black" + android:textColor="?android:attr/textColorPrimary" android:textSize="16sp" />