On 14 November 2010 17:26, Neilz <[email protected]> wrote: > Hi all. I have a custom dialog, which contains a WebView. If the > content of the webview is too much, the dialog size is too high for > the screen, and the 'ok' button drops off the bottom of the screen. I > can't seem to find a way to limit the size of the dialog. I can > achieve it with "layoutHeight" but that's no good, as I want it to > wrap when there is less text. The element maxHeight seems to have no > effect.
Why not use ScrollView container? -- 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

