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
Cos I'm lazy I just add these two lines to the seekbar xml:
seekbar
android:layoutDirection="rtl" android:mirrorForRtl="true"
Any downsides to this?