android: how to specify multipe listivews
Posted
by Yang
on Stack Overflow
See other posts from Stack Overflow
or by Yang
Published on 2010-04-18T03:57:01Z
Indexed on
2010/04/18
4:03 UTC
Read the original article
Hit count: 344
It seems that android has enforced that a listview must have the name android:id="@android:id/list", is there anyway to create multiple listview then? I have two activities which are both listview but have to control different format of Lists, one with image+text the other is just text.
© Stack Overflow or respective owner