On Mon, Feb 7, 2011 at 1:49 AM, andrewg_oz <[email protected]> wrote:
> I've worked around this problem by adding a TextView to the View above > the Checkbox, then wrapping the whole lot in a ScrollView. The dialog > grows and shrinks with the message, the only issue being that the > Checkbox can scroll out of view, but at least it's still accessible. > Don't "wrap the whole lot in a ScrollView" - wrap the part you want to scroll (i.e., the TextView) and leave the CheckBox outside by itself. ------------------------------------------------------------------------------------------------- TreKing <http://sites.google.com/site/rezmobileapps/treking> - Chicago transit tracking app for Android-powered devices -- 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

