Does anyone know how to make a View reversed, I have a horizontal ProgressBar and I want it to right to left instead of left to right
It's even easier. You can simply call the following method and then it's rotated and works just how you wanted.
progressBar.setRotation(180);
An example:
1.4m articles
1.4m replys
5 comments
57.0k users