the method has 3 parameters.and I'm confused by the second and the thrid.
I read api.
rootOptional view to be the parent of the generated hierarchy (if
attachToRoot is true), or else simply an object that provides a set of
LayoutParams values for root of the returned hierarchy (if attachToRoot is
false.)
attachToRootWhether the inflated hierarchy should be attached to the root
parameter? If false, root is only used to create the correct subclass of
LayoutParams for the root view in the XML.
I know when the attackToRoot is true.then the root will be parent of the
items in the xml. but what would happend when the attackToRoot is falase? it's
just take the values form xml and don't create any views?
2009-06-27
宋庆欣
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---