Color applied incorrectly
See original GitHub issueWhile implementing and testing around, I found out that sometimes colors are applied incorrectly and it required clear app data to reset it. Sometimes force stop app will help, sometimes it require clear app data.
Noticed that the color accent applied to TextView/CardView/ActionBar title where it shouldn’t.
Tested on: normal device and emulator, android 9.0 and 8.0 with v1.0.1 library
Comparing the “normal” pref xml (com.jaredrummler.cyanea) and “incorrect” xml, found out accent_light
and accent_dark
values is different.
Not sure is related to pref commit is having race condition or the activity recreated and wrong color applied.
I decided to test on the demo app that downloaded directly from here, which also the same results.
Video: https://file.io/GEztLq or https://upload.cat/88665821462cd5ed
Issue Analytics
- State:
- Created 5 years ago
- Comments:8 (3 by maintainers)
Top GitHub Comments
@jaredrummler it will be great if you can tag current changes to new version (1.0.2) and release it.
I was able to reproduce. I think this has to do with the accent color being the same as the primary text color. Will do more investigating and fix this when I have time later this week.