mikepenz / MaterialDrawer

The flexible, easy to use, all in one drawer library for your Android project. Now brand new with material 2 design.
https://mikepenz.dev
Apache License 2.0
11.67k stars 2.05k forks source link

fix getColorStateList for API22 and below #2797

Closed bmx666 closed 1 year ago

bmx666 commented 1 year ago

In Android API 22 and below, there is an issue which caused text to appear in red instead of the expected color:

After using getColorStateList from AppCompatResources it fix the bug:

This fix has no effect on Android API23 and later devices.

mikepenz commented 1 year ago

Thank you very much for the PR @bmx666 and sorry for the delayed review