android - How to achieve Circular progress bar? -


enter image description here

i working in android project in need progress bar shown .

try add layout xml file:

<progressbar android:id="@+id/progressbar" android:layout_width="wrap_content" android:layout_height="wrap_content" />

is meant?


Comments

Popular posts from this blog

magento2 - Magento 2 admin grid add filter to collection -

Android volley - avoid multiple requests of the same kind to the server? -

Combining PHP Registration and Login into one class with multiple functions in one PHP file -