ProgressWheel icon indicating copy to clipboard operation
ProgressWheel copied to clipboard

A progress wheel for android, intended for use instead of the standard progress bar.

Results 9 ProgressWheel issues
Sort by recently updated
recently updated
newest added

AndroidStudio complains on xmlns:ProgressWheel="http://schemas.android.com/apk/res/com.visualdenim.schooltraq", says ``` In Gradle projects, always use http://schemas.android.com/apk/res-auto for custom attributes. ``` Upon accepting the suggestion it works fine.

After adding the project as a dependency, when I run my application in an Android device it installs two applications, one of them is the actual application and the other...

create an ProgressWheel and setText with \n lines overlap

how to set Cancellable TRUE/False?

Hello. When I build gradle, it keeps showing me this error: "Attribute "radius" has already been defined". After a little research I discovered ViewPagerIndicator library also uses "radius" attribute. They...

1. Add the following to your attrs.xml file (in res/values): ``` xml ``` 1. Add the following code to the root view of your layout: `xmlns:ProgressWheel="http://schemas.android.com/apk/res/com.visualdenim.schooltraq"` 2. Add the widget...

Hi, Can anyone explain how to use this fantastic library in a home widget? I am having problem in adding this view to the remoteView in my AppWidgetProvider. Thanks in...

@Todd-Davies please publish aar to Maven Central,Thank You.

there seems to be large layout problems, you cant use fill_parent, wrap_content and even dp wont scale between resolutions. Client says it appears as a tiny dot for him even...