BottomNavigationViewEx
BottomNavigationViewEx copied to clipboard
An android lib for enhancing BottomNavigationView. 一个增强BottomNavigationView的安卓库。
 compileSdk 31 targetSdk 31 implementation 'androidx.navigation:navigation-fragment-ktx:2.4.2' implementation 'androidx.navigation:navigation-ui-ktx:2.4.2' implementation 'com.google.android.material:material:1.5.0' 这个版本报错,版主可以更新维护一下吗?
After updating my kotlin version I get ``` E/AndroidRuntime: Caused by: java.lang.NoSuchFieldError: No static field BottomNavigationView_itemTextAppearanceInactive of type I in class Lcom/google/android/material/R$styleable; or its superclasses (declaration of 'com.google.android.material.R$styleable' appears in...
https://github.com/CListery/BottomNavigationEx
On 'com.google.android.material:material:1.3.0' all working good. But when I update to 'com.google.android.material:material:1.4.0' I get error in BottomNavigationViewEx: ``` java.lang.RuntimeException: Unable to start activity ComponentInfo{club.people.fitness.debug/club.people.fitness.ui_activity.MainActivity}: android.view.InflateException: Binary XML file line #81 in...
databinding难受的一点就是ui不同,就麻烦了

I tried to implement the below dependency and also checked that these 2 are added at all project repositories, but i still get the same error when i try to...
java.lang.IllegalArgumentException: Motion easing theme attribute must be a string at com.google.android.material.motion.MotionUtils.resolveThemeInterpolator(MotionUtils.java:59) at com.google.android.material.navigation.NavigationBarMenuView.(NavigationBarMenuView.java:122) at com.google.android.material.bottomnavigation.BottomNavigationMenuView.(BottomNavigationMenuView.java:48) at com.google.android.material.bottomnavigation.BottomNavigationView.createNavigationBarMenuView(BottomNavigationView.java:215) at com.google.android.material.navigation.NavigationBarView.(NavigationBarView.java:162) at com.google.android.material.bottomnavigation.BottomNavigationView.(BottomNavigationView.java:108) at com.google.android.material.bottomnavigation.BottomNavigationView.(BottomNavigationView.java:103) at com.ittianyu.bottomnavigationviewex.BottomNavigationViewInner.(BottomNavigationViewInner.java:65) at com.ittianyu.bottomnavigationviewex.BottomNavigationViewInner.(BottomNavigationViewInner.java:61) at com.ittianyu.bottomnavigationviewex.BottomNavigationViewEx.(BottomNavigationViewEx.java:21) at...
This happens with every version i try to use in Android Studio. What can i be doing wrong?