Alright, what I'm trying to do is: setting an imageview to be on the right and the 3 textviews will be located on the left relative to the image. With the following XML code, the imageview is on the left and the 3 textviews are located in the right of the imageview.Here's the look of it now:
As I said, I want the image to be aligned on the right side, and the 3 textviews on the left of the image.So here's the current xml: http://pastebin.com/r68S1QKvIf I change the LinearLayout to RelativeLayout (so I can use alignParentRight = true), the textviews stack on each other and are not displayed vertically.Suggestions, please?