Android Question Circular progressbar on each line of a multiline scroll view

goldmagnet

Member
Licensed User
Longtime User
I have a requirement where I need to show a percentage against an entry in a scrollview. It would be nice to have a circular progress bar for each entry but I cant determine if this is possible.

I can add a panel as I populate the scrollview, and then add a layout with a CPB to that, but can I then adjust the size of the CPB and give it a unique value for each line of the scrollview ?

Huw
 
Top