Are you opposed to defining the view for each list view item in XML? If not, the simplest thing would be to create a layout file and then inflate that in your getView() method.
Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Tue, Sep 4, 2012 at 9:32 AM, laminina <jennys.jen...@gmail.com> wrote: > You are going into the right direction with orientation horizontal, linear > layout inn the getView, just add layout_weight to textView and imageView, > with this you give hierarchy space on each widget. > > -- > You received this message because you are subscribed to the Google > Groups "Android Developers" group. > To post to this group, send email to android-developers@googlegroups.com > To unsubscribe from this group, send email to > android-developers+unsubscr...@googlegroups.com > 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 android-developers@googlegroups.com To unsubscribe from this group, send email to android-developers+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/android-developers?hl=en