BottomNavigationViewEx icon indicating copy to clipboard operation
BottomNavigationViewEx copied to clipboard

An android lib for enhancing BottomNavigationView. 一个增强BottomNavigationView的安卓库。

Results 59 BottomNavigationViewEx issues
Sort by recently updated
recently updated
newest added

![`XCBTT51}W~KE~EXBQZX 43](https://user-images.githubusercontent.com/20337177/165685265-29ed8662-7b11-42de-9833-9e0fb0119091.png) 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...

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...

![image](https://user-images.githubusercontent.com/29397657/131298929-e2db3600-d6a1-4dc0-9cd6-a81044e3fb54.png)

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?