I\'m finding it impossible to center the text in my listview, tried wrap_content and layout_gravity=center on virtually everything vet the text doesn\'t move
here\'s
try this android:layout_centerhorizontal="true" in place of android:layout_gravity="center" in your text view
android:layout_centerhorizontal="true"
android:layout_gravity="center"
application name center alignment in android`