On Wed, May 5, 2010 at 11:46 AM, John Gaby <jg...@gabysoft.com> wrote:

> Now this will display my text, but if I want to set the absolute position
> of the text, what would I do?
>

Why do you need absolute positioning? There are many devices with varying
screen sizes and densities. If you start positioning elements in exact
locations, your layout is bound to break on some devices. Your best option
is to position items relative to each other, which is the whole point of
RelativeLayout specifically.

-------------------------------------------------------------------------------------------------
TreKing - Chicago transit tracking app for Android-powered devices
http://sites.google.com/site/rezmobileapps/treking

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to