From 28ff2b416a2e6325acbef0ef168e5a03a846140e Mon Sep 17 00:00:00 2001 From: Alexander Capehart Date: Mon, 1 Jan 2024 14:35:21 -0700 Subject: [PATCH] home: make add speed fab consistent with shuffle Was using color secondary prior since the code was derived from MaterialFiles. --- .../main/java/org/oxycblt/auxio/home/ThemedSpeedDialView.kt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/src/main/java/org/oxycblt/auxio/home/ThemedSpeedDialView.kt b/app/src/main/java/org/oxycblt/auxio/home/ThemedSpeedDialView.kt index 845bc617d..af9150c6f 100644 --- a/app/src/main/java/org/oxycblt/auxio/home/ThemedSpeedDialView.kt +++ b/app/src/main/java/org/oxycblt/auxio/home/ThemedSpeedDialView.kt @@ -87,11 +87,11 @@ class ThemedSpeedDialView : SpeedDialView { val context = context mainFabClosedBackgroundColor = context - .getAttrColorCompat(com.google.android.material.R.attr.colorSecondaryContainer) + .getAttrColorCompat(com.google.android.material.R.attr.colorPrimaryContainer) .defaultColor mainFabClosedIconColor = context - .getAttrColorCompat(com.google.android.material.R.attr.colorOnSecondaryContainer) + .getAttrColorCompat(com.google.android.material.R.attr.colorOnPrimaryContainer) .defaultColor mainFabOpenedBackgroundColor = context.getAttrColorCompat(androidx.appcompat.R.attr.colorPrimary).defaultColor