Android List Item: TextView on left, Image on right

前端 未结 6 1087
庸人自扰
庸人自扰 2021-02-04 09:24

I\'m creating a custom list item in and android list view. it\'s very simple, it has a textview on the left and an image on the right. the image should align all the way right,

6条回答
  •  一向
    一向 (楼主)
    2021-02-04 10:07

    Looks like there is some layout bug or so. If the TextView has fill_parent flag, the ImageView will be pushed away from the layout, even if the TextView contents are small enough.

提交回复
热议问题