I am using MergeAdapter by CommonsWare to merge two ListView how can I add a fixed footer to this list Can i
I am doing this like this:
MergeAdapter adapter = new MergeAdapter () ;; See msg = inflater.inflate (R.layout.inicio_msg, blank); . (TextView) msg.findViewById (R.id.msg_text) setText (tw.getText ()); Adapter.addView (msg, false); See the news = inflater.inflate (R.Leti INDO_News, blank); Adapter.addView (news, true); SetListAdapter (adapter); Where and how do I put fixed footers?
Then you will do it the same way as you merge adapter :
- without
ListViewin avertical. AfterLinearLayout -
ListView
No comments:
Post a Comment