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

Fix issues with styles not getting applied correctly #55

Closed rubengees closed 7 years ago

rubengees commented 7 years ago

The previous approach had the problem, that styles were not picked up correctly in the Fragment. This was notable especially with the colorPrimary, which did not appear in the overscroll effect.

Before After
screenshot_20170425-234648 screenshot_20170425-234010

Code changes

daniel-stoneuk commented 7 years ago

Brilliant, thanks for the PR and noticing the issue.