Skip to content

Instantly share code, notes, and snippets.

@iammert
Created August 25, 2016 06:45
Show Gist options
  • Save iammert/588027190c022883cba3bfc14b4e0dbf to your computer and use it in GitHub Desktop.
Save iammert/588027190c022883cba3bfc14b4e0dbf to your computer and use it in GitHub Desktop.
@BindingAdapter({"bind:font"})
public static void setFont(TextView textView, String fontName) {
textView.setTypeface(Typeface.createFromAsset(textView.getContext().getAssets(), "fonts/" + fontName));
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment