android - Multiple Columns on a Spinner? -
i've been trying ages , ages custom spinner work , nothing work.
i've been after this:
http://www.f1-manager.co.uk/misc/customspinner.png
basically want display 3 items database, first name, last name , other bits of information on other info bit , of course picture of said person.
is possible? told using custom spinner can achieve can't find enough example me.
any great. :-)
thanks, chris
use tablelayout design ui items in spinner. in adapter, fill out layout content other layout.
here layout design of mean:
tablelayout tablerow textview -> firstnameheader textview -> lastnameheader tablerow textview -> firstnamedata textview -> lastnamedata tablerow textview -> otherdata
Comments
Post a Comment