Guest User

Untitled

a guest
Mar 20th, 2018
225
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.27 KB | None | 0 0
  1. AttributeLoader.of(context, attrs, R.styleable.HeaderItemView)
  2.                 .integer(R.styleable.HeaderItemView_gravity, this::setGravity)
  3.                 .string(R.styleable.HeaderItemView_toto_title_text, text -> titleView.setText(text))
  4.                 .recycle();
Advertisement
Add Comment
Please, Sign In to add comment