any help? On Tue, Feb 17, 2009 at 1:59 PM, for android <[email protected]> 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); > getListView().setEmptyView(emptyView); > > But when the list is empty the empty view is not getting displayed > > Attached the sample code,an extension of api demos of list_7. > > > 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 -~----------~----~----~----~------~----~------~--~---

