android-process-button
android-process-button copied to clipboard
Android Buttons With Built-in Progress Meters.
Hi, When we site singleLine true to the ActionProcessButton (at least that's what I've tested), it does not show the progressBar (indeterminate at least in my testing) below the button....
In `FlatButton` line `49`you set mNormalText and don't allow modifying it again. When a programmer needs the idle text to change, there's no available method to override that initial value,...
java.lang.AssertionError at android.content.res.BridgeResources.getDimension(BridgeResources.java:345) at com.dd.processbutton.FlatButton.getDimension(FlatButton.java:107) at com.dd.processbutton.FlatButton.initAttributes(FlatButton.java:52) at com.dd.processbutton.FlatButton.init(FlatButton.java:38) at com.dd.processbutton.FlatButton.(FlatButton.java:27) at com.dd.processbutton.ProcessButton.(ProcessButton.java:31) at com.dd.processbutton.iml.ActionProcessButton.(ActionProcessButton.java:64) at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62) at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) at java.lang.reflect.Constructor.newInstance(Constructor.java:408) at org.jetbrains.android.uipreview.ViewLoader.createNewInstance(ViewLoader.java:413) at org.jetbrains.android.uipreview.ViewLoader.loadView(ViewLoader.java:105) at com.android.tools.idea.rendering.LayoutlibCallback.loadView(LayoutlibCallback.java:177)...
Hello) Please create material style and ripple effect for these cool buttons. Thanks.
Hello Having some trouble implementing your code, I can't seem to change the color of the button, it always stays at the default that you have configured. `activity_name.xml`: ~~~ ~~~...