In spinner xml, I\'m using:
android:entries=\"@array/cars\"
where cars is list of numeric items.
The spinner automatically align value
You can use TextAlignment on properties and select TextEnd, or android:textAlignment="textEnd" on XML simple
TextAlignment
TextEnd
android:textAlignment="textEnd"