Guest User

Untitled

a guest
Jun 21st, 2018
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.39 KB | None | 0 0
  1. TextView textDis = new TextView(this.getContext());
  2. textDis.setPadding(16, 16, 16, 16);
  3. textDis.setTextColor(getResources().getColor(R.color.colorBlack));
  4. textDis.setTextSize(18);
  5.  
  6. textDis.setTypeface(getResources().getFont(R.font.fira_sans), Typeface.BOLD);
  7.  
  8. textDis.setText(SP_USER_TERM.getString(SUBJ + Integer.toString(i), ""));
Add Comment
Please, Sign In to add comment