Skip to content
This repository has been archived by the owner on Nov 18, 2021. It is now read-only.

use the sample, and addFooterView() #49

Open
nomenyyxx opened this issue Sep 23, 2016 · 1 comment
Open

use the sample, and addFooterView() #49

nomenyyxx opened this issue Sep 23, 2016 · 1 comment

Comments

@nomenyyxx
Copy link

nomenyyxx commented Sep 23, 2016

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 ?

@nomenyyxx
Copy link
Author

some body can help me?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant