emilsjolander / StickyListHeaders

An android library for section headers that stick to the top
Apache License 2.0
5.51k stars 1.52k forks source link

adding footer not working #503

Open bag7dad opened 5 years ago

bag7dad commented 5 years ago

View footer = getLayoutInflater().inflate(R.layout.footer, null); listView.addFooterView(footer, null, false);

i just add footer to the sticky listView but i cant see it