Relative Content

Tag Archive for androidkotlinandroid-studiouser-interfacelinearprogressindicator

How to update LinearProgressIndicator in android

I have added LienarProgressIndicator in xml i.e com.google.android.material.progressindicator.LinearProgressIndicator which I need to set value as soon as there’s change in values, Other values update correctly but LPI doesn’t seem to update value. It works if I set a static value to it rather than calculated one.