daniel-stoneuk / material-about-library

Makes it easy to create beautiful about screens for your apps
Apache License 2.0
1.12k stars 140 forks source link

Issues with missing colorPrimary are back #60

Closed rubengees closed 7 years ago

rubengees commented 7 years ago

I just updated to 2.0.0 and I am seeing the issue with the incorrectly colored overscroll effect again:

device-2017-06-10-142432

Before that i used the commit faeb14f8ff from JitPack, which worked fine.

Thanks in advance for having a look!

daniel-stoneuk commented 7 years ago

Hey, I reverted some of the theme changes because they broke the demo. What does it look like with the old commit?

daniel-stoneuk commented 7 years ago

Try the latest commit - getTheme now asks for a theme you have declared try that out (make sure the theme is extending Mal themes.

rubengees commented 7 years ago

You're right, the dark theme did not work, which I didn't notice before. I was currently in the process of investigating what we could do, but you were faster :grin:

Works perfectly. Thank you!