Guest User

Untitled

a guest
Jan 23rd, 2018
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.47 KB | None | 0 0
  1. tv.setLayoutParams(new TableRow.LayoutParams(LayoutParams.WRAP_CONTENT, LayoutParams.WRAP_CONTENT));
  2. //tv.setGravity(Gravity.CENTER_VERTICAL | Gravity.CENTER_HORIZONTAL);
  3. tv.setTextSize(15);
  4. tv.setTextColor(Color.parseColor("white"));
  5.  
  6. //not in order
  7.  
  8.  
  9. NinePatchDrawable my9pt = (NinePatchDrawable) getResources().getDrawable(R.drawable.aaapatch2);
  10. tv_fact.setBackgroundDrawable(my9pt);
  11. tv_fact.setTextColor(Color.BLACK);
Add Comment
Please, Sign In to add comment