Skip to content

Instantly share code, notes, and snippets.

@ckdevrel
Last active October 17, 2017 03:19
Show Gist options
  • Save ckdevrel/6665dd6c77630319e57a09cee3fb85f9 to your computer and use it in GitHub Desktop.
Save ckdevrel/6665dd6c77630319e57a09cee3fb85f9 to your computer and use it in GitHub Desktop.
<#if features == 'banner'>
<#include "YOUR_LAYOUT_FOR_BANNER_RECYCLERVIEW.xml.ftl"/>
<#elseif features == 'section'>
<#include "YOUR_LAYOUT_FOR_SECTION_RECYCLERVIEW.xml.ftl"/>
<#else>
<#include "YOUR_DEFAULT_LAYOUT_TO_REMAINING_RECYCLERVIEW_STYLES.xml.ftl"/></#if>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment