The question is pretty straightforward. I want to place an ImageView so
that it is aligned with the parents left side and the parents horizontal center.
Is this possible without adding other layouts etc. ?
EDIT:
Here is an image of what i want. Not that the ImageView should align with the parents horizontal center. The height of the ImageView is not important.

So, I know this what you don’t want, but it is the way to get what you want:
Pre-Edit:
I would specifically put it in a RelativeLayout with these attributes:
I’m assuming here you want it to be centered vertically as it would be impossible to be aligned left and horizontally centered.