ProgressView icon indicating copy to clipboard operation
ProgressView copied to clipboard

Use with DataBinding in Xml

Open its-yousuf opened this issue 2 years ago • 0 comments

Is your feature request related to a problem?

No. It is not related to a problem.

Describe the solution you'd like:

I would like to update the progress and progressLabel with viewModel attributes.

app:progressView_progress="@{viewModel.progress}"
app:progressView_labelText="@{viewModel.progress + `%`}"

Describe alternatives you've considered:

None

its-yousuf avatar May 22 '23 04:05 its-yousuf