TapBarMenu icon indicating copy to clipboard operation
TapBarMenu copied to clipboard

Tap Bar Menu

Results 5 TapBarMenu issues
Sort by recently updated
recently updated
newest added

why it does not work correctly with Relative Layout Param, i tried to change her position after the click and make it in the button but it does not work...

Can you please guide, I want to use in fragment (support.v4.app) Here is the full error Log-- E/AndroidRuntime: FATAL EXCEPTION: main Process: com.valueshipr.cargo.qa, PID: 32461 java.lang.NullPointerException: Attempt to read from...

Repeat open - close several times increases the memory usage

My new project with sdk 33,use tapbarMenu,throw a exception at " iconClosedDrawable = ResourcesCompat.getDrawable(getContext(), R.drawable.icon_close_animated);",the exception is 'android.content.res.Resources$NotFoundException' .

I tried using the 1.0.5 version first. I added the dependency and the implementation in my build.gradle file as: ``` maven { url 'https://jitpack.io' } ``` and ``` implementation 'com.github.michaldrabik:TapBarMenu:1.0.5'...