Last active
October 17, 2017 03:19
-
-
Save ckdevrel/6665dd6c77630319e57a09cee3fb85f9 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
<#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