I have a list view in an Android application used to display an ArrayList containing Strings and I can\'t find any properties of the ListView that would allow me to align th
Add the below to the layout
android:layoutDirection="rtl"