Ok, I'm hoping for some luck with the Monday daytime crowd...

I can't resolve this. I'm even trying to get hold of the height of the
Dialog after it's been drawn, but all I get is -1 or 0:

LinearLayout frame = (LinearLayout)
layout.findViewById(R.id.dialog_root);
Log.e("Tag", "HEIGHT " + frame.getLayoutParams().height);
Log.e("Tag", "HEIGHT " + frame.getHeight());

To recap, I'm trying to stop the dialog growing to a height which is
larger than the screen is capable of displaying.

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