You must have given fixed width to the view that displays address. Make it to "wrap_content" and that should do.
-Shashi On Wed, Feb 22, 2012 at 4:55 AM, TreKing <[email protected]> wrote: > On Tue, Feb 21, 2012 at 2:42 PM, Naren <[email protected]> wrote: > >> Where can i change the height of children in an expandable list view. >> > > In the layout for the view you're using for the child, if you are > inflating it from an XML file. Otherwise directly on the View if you're > creating it dynamically. > > > ------------------------------------------------------------------------------------------------- > 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 > -- 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

