How to Align ListView Text to Right in Android?

后端 未结 6 1482
旧巷少年郎
旧巷少年郎 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条回答
  •  -上瘾入骨i
    2021-01-18 16:02

    This is because these parameters are not defined in the ListView, but in the ListAdapter instead. When you specify an adapter for the list, you should set it to return such a layout which aligns items on the right.

提交回复
热议问题