hi, i have an issue when i tried inflate popup layout created
programmatically,
in this code broke:

LinearLayout layout_pop = new LinearLayout ();
layout_pop.setId(R.id.layout_pop);
View = getInflater().inflate(R.id.layout_pop,null);

this throw an Exception, resource not found, in xmlparser. The problem is
that i should create the ui only programmatically without xml.

thank!

-- 
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