ittianyu / BottomNavigationViewEx

An android lib for enhancing BottomNavigationView. 一个增强BottomNavigationView的安卓库。
MIT License
3.47k stars 558 forks source link

Fix crash with android support 28.0.0 #128

Closed rafipanoyan closed 6 years ago

rafipanoyan commented 6 years ago

Update BottomNavigationView field name references according to android.support version 28.0.0

This is a Breaking Change

The library requires support 28.0.0

ittianyu commented 6 years ago

Thanks