I need to design an Andorid layout that is given below, however I cannot handle positioning properly.

Here is the types of view parts and my constraints:
- A: Image View, fixed width, fix height, left-aligned
- B: Text View, auto-scaled width, fix height
- C: Text View, auto-scaled width, fix height
- D: Text View, auto-scaled width, fix height
- E: Text View, auto-scaled width, fix height
- F: Image View, fixed width, fix height, right-aligned
I tried relative layout but I cannot handle the rightmost view (ie. F). So what should be the proper XML markup for this layout?