Skip to content

Instantly share code, notes, and snippets.

@ckdevrel
Created August 29, 2017 07:06
Show Gist options
  • Save ckdevrel/116b4b6c2c8db19eb25043674d19d570 to your computer and use it in GitHub Desktop.
Save ckdevrel/116b4b6c2c8db19eb25043674d19d570 to your computer and use it in GitHub Desktop.
<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