Is it possible to add an icon to a TextView as such:
All the things I have tried position the icon outside the TextView field. (such as adding a ImageView or adding drawableEnd to the TextView)
Thanks
Is it possible to add an icon to a TextView as such:
All the things I have tried position the icon outside the TextView field. (such as adding a ImageView or adding drawableEnd to the TextView)
Thanks
yes, you can insert image in textview
android:drawableEnd="@drawable/img_example
for right side of textview and
android:drawableStart="@drawable/img_example"
for left side of textview. before you have to insert an image or icon in the folder drawable