I have a small issue, I'm trying to add a a footer view, [some text and images below my listView]
I've cretaed the correpsonding XML for the images and text.
- Code: Select all
TextView headerLogos = (TextView) findViewById(R.id.headerLogos);
headerLogos.setText("My Logos Header");
list.addFooterView(headerLogos);
This throws a Null Pointer Exception.
Any ideas... what I;m doing wrong?
Thanks in advance.
Will


