All Projects → jinkg → PinnedSectionListView

jinkg / PinnedSectionListView

Licence: other
No description, website, or topics provided.

Programming Languages

java
68154 projects - #9 most used programming language

PinnedSectionListView

Usage

<com.yalin.pinnedsectionlistview.PinnedSectionListView
        android:id="@+id/pinned_list_view"
        android:layout_width="match_parent"
        android:layout_height="wrap_content"
        android:divider="@null" />
PinnedSectionListView pinnedSectionListView = (PinnedSectionListView) findViewById(R.id.pinned_list_view);
pinnedSectionListView.setShadowVisible(true);
pinnedSectionListView.setAdapter(mAdapter);

You can see a complete usage in the demo app.

Feedback

[email protected].

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].