Widget - Listview Footer

Anmol dwivedi
0

LayoutInflater inflater = getLayoutInflater();
ViewGroup footer = (ViewGroup)inflater.inflate(R.layout.footer,listview1,false);
listview1.addFooterView(footer,null,false);


//Add Before
//listview1.setAdapter(arrayAdapter);
//Set On ListView Custome

Post a Comment

0 Comments
* Please Don't Spam Here. All the Comments are Reviewed by Admin.
Post a Comment (0)
Our website uses cookies to enhance your experience. Learn More
Accept !