I\'m using an horizontal progress bar in my Android application, and I want to change its progress color (which is Yellow by default). How can I do it using code
code
All API
if use all API just create the theme in style
style.xml
//...
and use in progress
API level 21 and higher
if used in API level 21 and higher just use this code: