Widget - Listview Header

Anmol dwivedi
0

LayoutInflater inflater = getLayoutInflater();
ViewGroup header = (ViewGroup)inflater.inflate(R.layout.head,listview1,false);
listview1.addHeaderView(header);

//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 !