Friday 15 February 2013

Footer on MergeAdapter by CommonsWare -


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 :

Wrap the
  • without ListView in a vertical . After LinearLayout
  • ListView
LinearLayout Keep>

No comments:

Post a Comment