LayoutInflater is used to inflat layout of xml. You can create view just like constructing a common object, like Button btn = new Button(context);
2010/5/4 TreKing <[email protected]> > On Mon, May 3, 2010 at 1:14 PM, Patrick <[email protected]>wrote: > >> Is there a way to create such a view out of a layout.xml file? >> > > Yes, use LayoutInflater. > > > ------------------------------------------------------------------------------------------------- > TreKing - Chicago transit tracking app for Android-powered devices > http://sites.google.com/site/rezmobileapps/treking > > -- > 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]<android-developers%[email protected]> > For more options, visit this group at > http://groups.google.com/group/android-developers?hl=en > -- --- Thanks -- 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

