[Mono-bugs] [Bug 644304] When using an ArrayAdapter on a ListView with custom list items loaded from an xml layout, i get a java null reference error.

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Mon Oct 11 17:45:42 EDT 2010


https://bugzilla.novell.com/show_bug.cgi?id=644304

https://bugzilla.novell.com/show_bug.cgi?id=644304#c2


Jonathan Pobst <jpobst at novell.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |ASSIGNED
                 CC|                            |jpobst at novell.com
         AssignedTo|mono-bugs at lists.ximian.com  |jpryor at novell.com

--- Comment #2 from Jonathan Pobst <jpobst at novell.com> 2010-10-11 21:45:41 UTC ---
<TextView id="@+id/listItem" android:layout_width="fill_parent"
android:layout_height="fill_parent"/>

should be:

<TextView android:id="@+id/listItem" android:layout_width="fill_parent"
android:layout_height="fill_parent"/>


jonp: Do we need to ensure we do not generate Resource.id.listItem for the
above case (id instead of android:id)?

-- 
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.


More information about the mono-bugs mailing list