Created
August 29, 2017 07:06
-
-
Save ckdevrel/116b4b6c2c8db19eb25043674d19d570 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<parameter id="features" name="RecyclerView Style" type="enum" default="simple" help="Choose your own RecyclerView style"> | |
<option id="simple">Simple RecyclerView</option> | |
<option id="banner">Banner RecyclerView</option> | |
<option id="radio">RadioButton Recyclerview</option> | |
<option id="checkbox">Checkbox Recyclerview</option> | |
<option id="toggle">Toggle Recyclerview</option> | |
<option id="googleplay">GooglePlay like Recyclerview</option> | |
</parameter> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment