View footerView = ((LayoutInflater)this.getSystemService(Context.LAYOUT_INFLATER_SERVICE)).inflate(R.layout.footer, null, false);
list.addFooterView(footerView);
ImageButton all=(ImageButton)footerView.findViewById(R.id.imageButton1);
all.setOnClickListener(this);
No comments:
Post a Comment