center text in a listview

前端 未结 2 1759
北恋
北恋 2021-01-14 06:53

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

2条回答
  •  南笙
    南笙 (楼主)
    2021-01-14 07:50

    try this android:layout_centerhorizontal="true" in place of android:layout_gravity="center" in your text view

    application name center alignment in android`

提交回复
热议问题