TextView Creating and Adding to a ListView Reference Coursera Wk7, Location Lab
TextView footer = (TextView) getLayoutInflater().inflate(R.layout.footer_view, null); listView.addFooterView(footer);