SwipeMenuListView icon indicating copy to clipboard operation
SwipeMenuListView copied to clipboard

swapmenulistview, uses two xml one for header other for item ,but the of header is giving problem

Open vikrantkjain opened this issue 8 years ago • 0 comments

i am creating header list view using swapmenulistview, uses two xml one for header other for item ,but the of header is giving problem if (mAppList.get(position).getAppointment_time().equals("")) { // Inflate the layout with image view = vi.inflate(R.layout.header, parent,false);

        }
        else {
            view = vi.inflate(R.layout.swipe_list, parent,false);
        }

how to manage height

vikrantkjain avatar Dec 14 '15 14:12 vikrantkjain