Closed olegsvs closed 6 years ago
Please check you lib version and choose one.
compile 'com.github.ittianyu:BottomNavigationViewEx:1.2.4'
compile "com.android.support:design:26.+"
implementation 'com.github.ittianyu:BottomNavigationViewEx:2.0.2'
implementation "com.android.support:design:28.0.0"
android.useAndroidX=true
android.enableJetifier=true
@ittianyu, thx you, i used 28 support lib and old version BottomNavigationViewEx. Thx for awesome lib and fast answer)
good day, ittianyu
I have a similiar problem and have found your solutions posted all over the web... but even after I follow your solutions I have problems... could you please assist? or are you supporting the library.. Thanks: error: java.lang.NullPointerException: Attempt to invoke virtual method 'com.ittianyu.bottomnavigationviewex.BottomNavigationViewInner com.ittianyu.bottomnavigationviewex.BottomNavigationViewEx.enableAnimation(boolean)' on a null object reference...
Hi, i have error:
inject:
And any method from BottomNavigationEx return null pointer, for example
bottomNav.setTextVisibility(false);