Is there a way to embed the progress bar in the UI with out an dialog.
And not programmatically but with layout xml files.
I am guessing it has to be some sort of animation or a “drawable”
Is there a way to embed the progress bar in the UI with out
Share
You can use the
ProgressBarwidget:You can customize it with your own image if you want. You just have to create a styles file (res/styles.xml) like this:
@drawable/progress_smallmakes reference to an image file calledprogress_small.png. Then, just modify your progress bar this way: