In what cases can a layout inflater return null. Would this just be an
out of memory error. I have a simple xml template and stack traces
from users seem to show that a null is returned.

    View itemView =
getContext().getLayoutInflater().inflate(R.layout.checklist_item,
null);
    itemView.setTag(item.uuid);

The setTag call fails with a npe.

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to