I\'m creating a custom list item in and android list view. it\'s very simple, it has a textview on the left and an image on the right. the image should align all the way right,
This worked for me:
Line android:layout_marginRight="10dp" did the trick.
Hope it helps!