Android Layout left and right align in horizontal layout

后端 未结 7 575
傲寒
傲寒 2021-01-03 21:01

I am have a ImageView and a ImageButton. I have them next to each other in a horizontal layout. I am trying to make it so that the image is left aligned on the screen, and t

7条回答
  •  借酒劲吻你
    2021-01-03 21:45

    Make imageview and imagebutton wrap_content and set layout_gravity to left and right accordingly.

提交回复
热议问题