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
Make imageview and imagebutton wrap_content and set layout_gravity to left and right accordingly.
imageview
imagebutton
wrap_content
layout_gravity