Skip to content

Instantly share code, notes, and snippets.

@florent37
Last active February 22, 2016 19:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save florent37/260e4b8c32476308cd4a to your computer and use it in GitHub Desktop.
Save florent37/260e4b8c32476308cd4a to your computer and use it in GitHub Desktop.
public class MyView extends FrameLayout{
@Link int color = Color.Black;
@Link("content") String content;
@Link(android.R.attr.text) String text;
public MyView(Context, Attrs){
Zelda.initialise(context, attrs);
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment