Answers for "how to change color of progress bar in android"

0

how to change color of progress bar in android

progressBar.setProgressTintList(ColorStateList.valueOf(Color.RED));
Posted by: Guest on March-11-2022
0

How to change progressbar color xml android

android:indeterminateTint="@color/BLACK"
android:indeterminateTintMode="src_in"
Posted by: Guest on April-09-2022

Code answers related to "how to change color of progress bar in android"

Browse Popular Code Answers by Language