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
|
val context = context
|
||||||
mainFabClosedBackgroundColor =
|
mainFabClosedBackgroundColor =
|
||||||
context
|
context
|
||||||
.getAttrColorCompat(com.google.android.material.R.attr.colorSecondaryContainer)
|
.getAttrColorCompat(com.google.android.material.R.attr.colorPrimaryContainer)
|
||||||
.defaultColor
|
.defaultColor
|
||||||
mainFabClosedIconColor =
|
mainFabClosedIconColor =
|
||||||
context
|
context
|
||||||
.getAttrColorCompat(com.google.android.material.R.attr.colorOnSecondaryContainer)
|
.getAttrColorCompat(com.google.android.material.R.attr.colorOnPrimaryContainer)
|
||||||
.defaultColor
|
.defaultColor
|
||||||
mainFabOpenedBackgroundColor =
|
mainFabOpenedBackgroundColor =
|
||||||
context.getAttrColorCompat(androidx.appcompat.R.attr.colorPrimary).defaultColor
|
context.getAttrColorCompat(androidx.appcompat.R.attr.colorPrimary).defaultColor
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue