Android vertical progress bar
You can use default progressbar and just add below code to your progressbar in xml
style="?android:attr/progressBarStyleHorizontal"
android:rotation="270"
You can use default progressbar and just add below code to your progressbar in xml
style="?android:attr/progressBarStyleHorizontal"
android:rotation="270"