st235 / ExpandableBottomBar

A new way to implement navigation in your app 🏎
MIT License
777 stars 58 forks source link

Fix: ExpandableBottomBar outline and elevation not being setted on Lollipop #63

Closed lucastsantos closed 3 years ago

lucastsantos commented 3 years ago

Hello!

While browsing the code to find possible contributions for hacktoberfest, I found out that these blocks, currently used for outline and elevations, only runs on API 22 or higher.

Opened this PR because I think the intended behavior was to run on API 21 aswell.

Comparison of JavaActivity at API 21 (left is before and right is after): result

st235 commented 3 years ago

@lucastsantos 👋

Thank you for a nice catch and good luck at the Hacktoberfest!