英文:
Android Java İmageview with Progress
问题
我还尝试了FrameLayout,但没有帮助。

我不知道如何制作这样的ImageView。
英文:
I also tried FrameLayout but doesn't help

I have no idea how to do an ImageView like this
答案1
得分: 1
你想要一种带有空形状的“ProgressBar”,以逐渐填充吗?
我认为你可以使用VectorDrawable来实现这个效果。
英文:
You want a sort of ProgressBar with an empty shape to fill progressively ?
I think you can use VectorDrawable to do the trick
通过集体智慧和协作来改善编程学习和解决问题的方式。致力于成为全球开发者共同参与的知识库,让每个人都能够通过互相帮助和分享经验来进步。


评论