As per the image, Arrow-based works but now how to add one more white circle over gauge View and move the same as a white arrow.
Click here for Project
As per the image, Arrow-based works but now how to add one more white circle over gauge View and move the same as a white arrow.
Click here for Project
Copyright © 2021 Jogjafile Inc.

First of all, to reproduce the Indicator of the gauge I would suggest you to use a Shape like this one:
And then use it in your code as any other View. To add a Circle over your indicator you could use a simple overlay. Also, you need a masking effect to show the advancement of your gauge. It's a bit complicated and require some fine tuning... Here's the code:
In order for this to work I had to set the progress to be in the 0-1 range. You can easily convert that to show 0-100. You may need to adjust the offset position of the circle of course and make any other adjustment you need. Here's the result:
Let me know if this worked for you!