You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 18, 2021. It is now read-only.
i copy the sample to my workspaces and add the code : MultiColumnListView listView = (MultiColumnListView) view.findViewById(R.id.list);
mAdapter = new PLAAdapter(getActivity());
fillAdapter(mAdapter, 30);
TextView tv = new TextView(this.getActivity());
tv.setText("bottom"+index);
listView.addFooterView( tv);
listView.setAdapter(mAdapter);
so: the result on phone : item is align bottom, i want to keep different heights, so how can i do ?
The text was updated successfully, but these errors were encountered:
i copy the sample to my workspaces and add the code : MultiColumnListView listView = (MultiColumnListView) view.findViewById(R.id.list);
mAdapter = new PLAAdapter(getActivity());
fillAdapter(mAdapter, 30);
so: the result on phone : item is align bottom, i want to keep different heights, so how can i do ?
The text was updated successfully, but these errors were encountered: