Guest User

Untitled

a guest
Feb 13th, 2018
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. public class AutoresizeTextView extends AppCompatTextView {
  2. ...
  3. public AutoresizeTextView(Context context, AttributeSet attributeSet, int i) {
  4. super(context, attributeSet, i);
  5. System.out.println(this.getTextSize())
  6. }
  7. }
Add Comment
Please, Sign In to add comment