Skip to content

Material Lists

List item Views implementing Material Design guidelines (perfect for usage in a RecyclerView).

Supported platforms: Android.

Setup

If you want to use this dependency without using one of the fun packs, you can use Splitties.materialLists, provided you have refreshVersions added to the project.

For reference, the maven coordinates of this module are com.louiscad.splitties:splitties-material-lists.

Content

This split provides Android Views that are the implementation for most of the lists components and the lists controls from Material Design guidelines.

Here's the list of the list item View implementations currently included in this module: * IconOneLineListItem * IconTwoLinesListItem * IconTwoLinesSwitchListItem * IconTwoLinesCheckBoxListItem * SwitchTwoLinesIconListItem

Feel free to open an issue if you need the implementation of a list item that is not in this library yet, or feel one can be improved. If so, pull requests are welcome as long as the code style is kept intact (you can debate about it in an issue if you feel there's room for improvement).

See an example in the sample module.