https://bugzilla.novell.com/show_bug.cgi?id=644304
https://bugzilla.novell.com/show_bug.cgi?id=644304#c2 Jonathan Pobst <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED CC| |[email protected] AssignedTo|[email protected] |[email protected] --- Comment #2 from Jonathan Pobst <[email protected]> 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. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
