> Compatibility mode does not hide the fact that the screen is WVGA.  The
> screen you see is still that tall, so any layout you do will be within that
> screen.

But in here http://developer.android.com/reference/android/view/Gravity.html
it says CENTER_VERTICAL = Place object in the vertical center of its
container, not changing its size.

So the parent of the textview is the LinearLayout (is this not its
containter?). And if the LinearLayout is hardcoded to 480px height
shouldn't that textview be centered within it instead of screen height
centered?

-- 
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