android-process-button icon indicating copy to clipboard operation
android-process-button copied to clipboard

Android Buttons With Built-in Progress Meters.

Results 27 android-process-button issues
Sort by recently updated
recently updated
newest added

hi why drawable background dosnt work ... in Xml looks fine.. but after Running ... button selector corners disappear am i missing sth !?

Some of the buttons aren't showing on small devices

As far as I can see, there is no reason to set min SDK to 14 Also version 24 of Android SDK has been released. I have created a pull...

I added a new opition hasBottom to FlatButton, so you can decide if you want the bottom bar color in normal state, or just one color. I also was getting...

Hi, I am a student just finishing up a course on Android app development. I pasted in the correct line to my Gradle and synced it. When I paste in...

Is that possible to add disable button color when the button is triggered with `setEnable(false);` or starting status with `enable == false`?

enhancement

Could you add support for secondaryProgress like Android's ProgressBar class does? Sample use would be start streaming music and showind song progress and also buffering progress (using setSecondaryProgress). Sample for...

enhancement