Tagged Questions
1
vote
2answers
396 views
Placing SD-Card Image into LinearLayout ImageView
I have an application which is some kind of MiniPaint which means I can draw images and save them to my sd-card. Now I would like to add some text options, using an XML Linear Layout. My idea is ...