Try this
View view = getLayoutInflater() .inflate(, null); ViewGroup viewGroup= ( ViewGroup)list.getParent(); viewGroup.addView(view); list.setEmptyView(view); list.setAdapter(adapter);