WheelView icon indicating copy to clipboard operation
WheelView copied to clipboard

Android UI library to create wheels

Results 4 WheelView issues
Sort by recently updated
recently updated
newest added

Hey @psuzn, is their a way to get the selected text?

Hi, is there any way let the wheel spinning for few seconds? I want the wheel continuous rotation, not just rotation for one round. BR, ZY

Hi, is there any way we can add icon with text and make the text orientation vertical instead of horizontal. Actually I want to achieve this view. Is there anyway...

enhancement

Since I am using Gradle 8, I modified `settings.gradle (Project Settings)` to ``` dependencyResolutionManagement { repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS) repositories { google() mavenCentral() maven { url "https://jitpack.io" } } } ``` And modified...