How to Align ListView Text to Right in Android?

后端 未结 6 1584
旧巷少年郎
旧巷少年郎 2021-01-18 15:24

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

6条回答
  •  庸人自扰
    2021-01-18 15:59

    Pay attention to one small thing.

    If you use listitem inside the listview, the gravity attribute of the listitem might not work if the listview layout:width is not set to match_parent.

提交回复
热议问题