@suchoX I've started to implement dynamic colors in my app, and it's applying the dynamic color scheme fine in all activities except the PlacePicker activity... in that it is still using the internal theme colors. It's possible to customise UI elements via setFabColor() etc but those require an int color resource id like R.color.primaryColor rather than a color attribute like R.attr.colorPrimary and therefore these are not adapting to the dynamic (system) colour scheme and instead using the internal colour e.g. R.color.primaryColor. Is it possible to get around this?
@suchoX I've started to implement dynamic colors in my app, and it's applying the dynamic color scheme fine in all activities except the
PlacePickeractivity... in that it is still using the internal theme colors. It's possible to customise UI elements viasetFabColor()etc but those require an int color resource id likeR.color.primaryColorrather than a color attribute likeR.attr.colorPrimaryand therefore these are not adapting to the dynamic (system) colour scheme and instead using the internal colour e.g.R.color.primaryColor. Is it possible to get around this?