I want to place imageview inside edittext. Would it be possible? I checked "evernote" application, and it was able to put photo on the edittext part. I want to make my application exactly as same. How would I be able to put imageview that was chosen from the gallery, and place the photo inside edittext?
I first tried to put imageview inside relativelayout in .xml file, but it threw me a error sign.
Should I do on .xml file? Or should I make my own edittext java file in order to do that?