I want to position a Toast at the bottom of the top View on the
screen.
But I've found that

  myToast.setGravity(Gravity.TOP, 0, topView.getHeight());

Only places the Toast about 1/3 of the way down topView.
Clearly the offset used by Toast is not specified in the same units as
View#height (which is pixels).

So what units is Toast#offset specified in?


William

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

Reply via email to