diff --git a/app/src/main/java/journal/gratitude/com/gratitudejournal/ui/settings/CustomListPrefDialogFragCompat.kt b/app/src/main/java/journal/gratitude/com/gratitudejournal/ui/settings/CustomListPrefDialogFragCompat.kt index 59e0f84d..7daea625 100644 --- a/app/src/main/java/journal/gratitude/com/gratitudejournal/ui/settings/CustomListPrefDialogFragCompat.kt +++ b/app/src/main/java/journal/gratitude/com/gratitudejournal/ui/settings/CustomListPrefDialogFragCompat.kt @@ -33,7 +33,7 @@ class CustomListPrefDialogFragCompat: ListPreferenceDialogFragmentCompat() { val theme = context?.theme val attrs = IntArray(3) attrs[0] = R.attr.timelineBackgroundColor - attrs[1] = R.attr.entryBodyColor + attrs[1] = R.attr.timelineBodyColor val typedArray = theme?.obtainStyledAttributes(attrs) val backgroundColor = typedArray?.getColor(0, Color.WHITE) diff --git a/ui/src/main/res/values/styles.xml b/ui/src/main/res/values/styles.xml index 1826d216..0fa963ac 100644 --- a/ui/src/main/res/values/styles.xml +++ b/ui/src/main/res/values/styles.xml @@ -10,9 +10,9 @@ ?attr/timelineBackgroundColor - ?attr/entryBodyColor + ?attr/timelineBodyColor - ?attr/entryBodyColor + ?attr/timelineBodyColor