razir / ProgressButton

Android Progress Button
856 stars 77 forks source link

Can I databind textRes and progressState? #24

Closed ghost closed 2 years ago

ghost commented 4 years ago

Would be really great to databing textRes, Color and progressState to button right into some LiveData form in VIewModel. Can I set those values in xml?

sunbladehub commented 4 years ago

Yes. Like this: @{context.getString(viewState.buttonState.labelResId)}