Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- AttributeLoader.of(context, attrs, R.styleable.HeaderItemView)
- .integer(R.styleable.HeaderItemView_gravity, this::setGravity)
- .string(R.styleable.HeaderItemView_toto_title_text, text -> titleView.setText(text))
- .recycle();
Advertisement
Add Comment
Please, Sign In to add comment