home: make add speed fab consistent with shuffle
Was using color secondary prior since the code was derived from MaterialFiles.
This commit is contained in:
parent
574e129f34
commit
28ff2b416a
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue