[android-developers] Re: Problem in setting empty views in a list

2009-03-04 Thread Tomce
If you didn't find already api demos list_8 example is your solution. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-developers@googlegroups.co

[android-developers] Re: Problem in setting empty views in a list

2009-02-17 Thread for android
any help? On Tue, Feb 17, 2009 at 1:59 PM, for android wrote: > I tried to set an empty view by the following code : > > LayoutInflater layoutInflater = this.getLayoutInflater(); > View emptyView = (View) layoutInflater.inflate(R.layout.empty_view, > null); > getL