On Thu, Apr 28, 2011 at 12:22 AM, smokerpg <[email protected]> wrote:
> at first, i try to set LinearLayout to EmptyView. > but it doesn't work. > Define "doesn't work". so, i try this code. > listView.setEmptyView(findViewById(R.id.emptyImage)); > listView.setEmptyView(findViewById(R.id.emptyButton)); > listView.setEmptyView(findViewById(R.id.emptyText)); > > but it shows only R.id.emptyImage. > Interesting. I would expect it to show emptyText. > is there any way to set mutilple EmptyView to ListView? > A LinearLayout should work. ------------------------------------------------------------------------------------------------- TreKing <http://sites.google.com/site/rezmobileapps/treking> - Chicago transit tracking app for Android-powered devices -- 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

