SearchFilter icon indicating copy to clipboard operation
SearchFilter copied to clipboard

Implementing Search Filter Animation in Kotlin for Quora Meets LinkedIn, Our App Design Concept

Results 20 SearchFilter issues
Sort by recently updated
recently updated
newest added

Hi, When i add `SearchFilter` library and try to run app i get this error: Program type already present: org.jetbrains.annotations.NotNull Message{kind=ERROR, text=Program type already present: org.jetbrains.annotations.NotNull, sources=[Unknown source file], tool...

Hello! I'm implemented SearchFilter like the example. When I load my fragment in first time, filter is expanded. I click in collapse button and the filter list collapse and expand...

I'm with recyclerview-v7:26.1.0. ``` java.lang.NoClassDefFoundError: Failed resolution of: Landroid/support/v4/animation/AnimatorCompatHelper; at com.yalantis.filter.animator.FiltersListItemAnimator.resetAnimation(FiltersListItemAnimator.kt:427) at com.yalantis.filter.animator.FiltersListItemAnimator.animateRemove(FiltersListItemAnimator.kt:136) at android.support.v7.widget.SimpleItemAnimator.animateDisappearance(SimpleItemAnimator.java:109) at android.support.v7.widget.RecyclerView.animateDisappearance(RecyclerView.java:3931) at android.support.v7.widget.RecyclerView$4.processDisappeared(RecyclerView.java:523) at android.support.v7.widget.ViewInfoStore.process(ViewInfoStore.java:242) at android.support.v7.widget.RecyclerView.dispatchLayoutStep3(RecyclerView.java:3763) at android.support.v7.widget.RecyclerView.dispatchLayout(RecyclerView.java:3421) at android.support.v7.widget.RecyclerView.onLayout(RecyclerView.java:3962) at android.view.View.layout(View.java:19586) at...

i am unable to find the solution ,i want to select only one filter at a time i request . if i try to select multiple filters only the last...

I need to update text to show number of search results for each `FilterItem`. I can see only one way to do this with current API: recreate `Filter` view each...

Is it possible to add a text in cancel buttons? Thanks

- Update gradle version - Switch to modern gradle repositories - Fix gradle errors - Update kotlin version - Migrate to AndroidX - Update compileSdkVersion - Update targetSdkVersion - Update...