Which XML code statement places an icon named ic_city.png to the right of the text in a ListView display?

Which XML code statement places an icon named ic_city.png to the right of the text in a ListView display?


a. android:drawableRight="@drawable/ic_city"
b. ​icons:drawableRight="@drawable/ic_city"
c. ​icons:iconRight="@icon/ic_city"
d. ​android:iconRight="@icon/ic_city"


Answer: a. android:drawableRight="@drawable/ic_city"


Learn More :