Joke Collection Website - Public benefit messages - How to set the background picture of TEXTVIEW?

How to set the background picture of TEXTVIEW?

Set the background image of the text view as follows:

1. Put the background image in the drawable-mdpi directory, assuming that the image is named bgimg.jpg.

2.main.xml file

& lt edit text

Android:layout _ width = " fill _ parent "

Android:layout _ height = " wrap _ content "

Android:background = " @ drawable/bgi mg "

/& gt;