ReadableBottomBar icon indicating copy to clipboard operation
ReadableBottomBar copied to clipboard

Yet another material bottom bar library for Android

Results 18 ReadableBottomBar issues
Sort by recently updated
recently updated
newest added

Why am I getting these build error 1. org.gradle.workers.internal.DefaultWorkerExecutor$WorkExecutionException: A failure occurred while executing com.android.build.gradle.internal.tasks.CheckDuplicatesRunnable 2. java.lang.RuntimeException: Duplicate class android.support.v4.app.INotificationSideChannel found in modules core-1.8.0-runtime (androidx.core:core:1.8.0) and support-compat-28.0.0-runtime (com.android.support:support-compat:28.0.0)

If anyone can give solution to this issue that i am facing it will be great help

migrate to AndroidX update target sdk to 31

I am getting merger failed. * Exception is: org.gradle.api.tasks.TaskExecutionException: Execution failed for task ':app:processDebugMainManifest'. at org.gradle.api.internal.tasks.execution.ExecuteActionsTaskExecuter.lambda$executeIfValid$1(ExecuteActionsTaskExecuter.java:200) at org.gradle.internal.Try$Failure.ifSuccessfulOrElse(Try.java:263) at org.gradle.api.internal.tasks.execution.ExecuteActionsTaskExecuter.executeIfValid(ExecuteActionsTaskExecuter.java:198) at org.gradle.api.internal.tasks.execution.ExecuteActionsTaskExecuter.execute(ExecuteActionsTaskExecuter.java:179) at org.gradle.api.internal.tasks.execution.CleanupStaleOutputsExecuter.execute(CleanupStaleOutputsExecuter.java:109) at org.gradle.api.internal.tasks.execution.FinalizePropertiesTaskExecuter.execute(FinalizePropertiesTaskExecuter.java:46) at org.gradle.api.internal.tasks.execution.ResolveTaskExecutionModeExecuter.execute(ResolveTaskExecutionModeExecuter.java:62) at org.gradle.api.internal.tasks.execution.SkipTaskWithNoActionsExecuter.execute(SkipTaskWithNoActionsExecuter.java:57)...

If I use this bottomBar with implementation then the icons have color itself but, If I use this with arr file as library, the icon's color is black (even I...

Fixed `selectItem(index : Int)` not working when called from `onCreate` in an activity. It happens because none of the `BottomBarItemView` items have been layed out yet so `childCount` is `0`...

E/AndroidRuntime: FATAL EXCEPTION: main Process: com.kannikesh.torrflixbeta, PID: 13017 java.lang.RuntimeException: Unable to start activity ComponentInfo{com.kannikesh.torrflixbeta/com.kannikesh.torrflixbeta.HomeActivity}: android.view.InflateException: Binary XML file line #44 in com.kannikesh.torrflixbeta:layout/activity_home: Binary XML file line #44 in com.kannikesh.torrflixbeta:layout/activity_home: Error...

I got this error lunching the app: `Error inflating class com.iammert.library.readablebottombar.ReadableBottomBar` I correctly imported the library, I think it needs an update and is not working anymore. Tried more time...

hi. thank you for library. i have a tiny problem with selecting item on starting activity. select default item via selectItem() method does not work. i'm confused! i'm appreciated if...