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

use the sample, and addFooterView() #49

Description

@nomenyyxx

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 ?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions