Skip to content

Instantly share code, notes, and snippets.

@IhorKlimov
Created November 30, 2016 19:10
Show Gist options
  • Save IhorKlimov/a46f3f1a2a03ce3962fbbe1b928a51a3 to your computer and use it in GitHub Desktop.
Save IhorKlimov/a46f3f1a2a03ce3962fbbe1b928a51a3 to your computer and use it in GitHub Desktop.
<#if applicationPackage??>
import ${applicationPackage}.databinding.${fragmentLayoutName?replace('_', ' ')?capitalize?replace(' ','')}Binding;
</#if>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment