I’m trying to display values that a user enters on an image, there are 4 versions of image (ldpi, mdpi, hdpi and xhdpi).
I want to position the textViews on a “fixed” location that adjusts to the right screensize.
Has anyone got some advice on how I could achieve this?
Here is a sketch of what I’m trying to do.
http://dl.dropbox.com/u/251053/stackoverflow.png
edit
Thanks for the fast responses.
Uploaded a new image, this isn’t possible with relative layout I guess?
Look at the “RelativeLayout” documentation: http://developer.android.com/reference/android/widget/RelativeLayout.html
You will be able to put your textView around your ImageView.