leandroBorgesFerreira / LoadingButtonAndroid

A button to substitute the ProgressDialog
MIT License
1.94k stars 214 forks source link

Loading Button With Drawable and Text #136

Open soareseneves opened 5 years ago

soareseneves commented 5 years ago

Hey there,

I was hoping you could implement a new type of button that holds an image and a text together. CircularProgressButton almost works, I can set a LeftDrawable and the Text but they are very distant from each other and "wrap_content" is not an option because my button has to have a fixed size :/

Do you think you can implement this?