Droppers / AnimatedBottomBar

A customizable and easy to use BottomBar navigation view with sleek animations, with support for ViewPager, ViewPager2, NavController, and badges.
MIT License
1.37k stars 109 forks source link

Drawable moved to drawable instead of drawable-24 #53

Closed sinadalvand closed 2 years ago

sinadalvand commented 2 years ago

All icons moved from drawable-24 folder to drawable because when you put drawables in drawable-24 then it couldn't run on SDK < 24 and users see resource crash.

Droppers commented 2 years ago

Thank you!