Skip to content

Instantly share code, notes, and snippets.

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