Last active
February 22, 2016 19:42
-
-
Save florent37/260e4b8c32476308cd4a to your computer and use it in GitHub Desktop.
This file contains 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
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