CarouselPicker icon indicating copy to clipboard operation
CarouselPicker copied to clipboard

A Carousel picker library for android which supports both text and icons . :sparkles:

Results 24 CarouselPicker issues
Sort by recently updated
recently updated
newest added

If project has dependency on GridLayout the widget cannot be used. **Compile error:** > gradle/caches/transforms-3/cbd44e2830edce0e72a93d68270588cf/transformed/gridlayout-1.0.0/res/values/values.xml:2:4: Duplicate value for resource 'attr/orientation' with config 'DEFAULT' and product ''. Resource was previously defined...

Im trying to get the carousel to be focused, meaning that the items who arnt currently chosen will be a bit transparent. struggling to find the right approach to it....

Is it possible to have an OnClick() (and therefore a function called) for each item in the carousel. I tried using the code on the GitHub homepage, but this calls...

When I implement click listener on each item, it gives incorrect position. Any one has solution?

Consider changing your dpToPx conversion to Math.round(dp * (displayMetrics.densityDpi / DisplayMetrics.DENSITY_DEFAULT)). You are using displayMetrics.xdpi inplace of the device true densityDpi. This had big consequences for us across different devices...

Is it currently possible to set a custom font to the text shown in the elements of the CarouselPicker? If it is not then, I hope there are plans to...

I create custom adapter and tried to set image and textview at the same time but i can't .. Can i custom view to this adapter i need view to...

enhancement