Cyanea icon indicating copy to clipboard operation
Cyanea copied to clipboard

Issue with ?colorPrimary not applying the correct color.

Open ItsCalebJones opened this issue 5 years ago • 2 comments

No matter what 'theme' I select the default primary color is only being used for ?colorPrimary.

The blue Title bar on the card is using the attribute:

android:background="?colorPrimary"

The default theme color:

    <color name="cyanea_primary_reference">#2196F3</color>
    <color name="cyanea_accent_reference">#FF5252</color>

The current applied theme in the screenshot is 'Cyanae'.

screenshot_1545073380

EDIT: If I leave that fragment and come back the correct styling applies. I suppose that means I need to reapply the styling in onResume in the fragment just to be sure?

ItsCalebJones avatar Dec 17 '18 19:12 ItsCalebJones

Any updates on this?

jrcacd avatar Apr 12 '19 08:04 jrcacd

I encountered the same problem as you, so I want to ask you if you have solved this problem?

XuanRanDev avatar Jan 04 '21 02:01 XuanRanDev