List item Views implementing Material Design guidelines (perfect for usage in a RecyclerView
).
Supported platforms: Android.
This split
provides Android View
s 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.
implementation("com.louiscad.splitties:splitties-material-lists:$splitties_version")