left drawable alignment with text in android
问题 I am new to custom view and didn't know much about canvas in android, I wanted to align a left drawable to right side of layout along with the text(whether multiline or not) of same textview as in this image In the above image, i wanted to align $ image along with text($20.0 -$90.0 /hour) and must be in center if text is multiline and i don't want to use any extra layouts. Thanks in advance This is my basic xml, <RelativeLayout android:layout_width="match_parent" android:layout_height="wrap