Guest User

Radio Group

a guest
Jul 26th, 2017
49
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.81 KB | None | 0 0
  1. RadioGroup radioGroup = new RadioGroup(mMain);
  2.  
  3. radioGroup.setText(name_price);
  4. radioGroup.setId(i + 6);
  5. radioGroup.setTextSize(12);
  6. radioGroup.setTag(attributes.get(num));
  7. radioGroup.setGravity(Gravity.START | Gravity.CENTER_VERTICAL);
  8. if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.JELLY_BEAN_MR1)
  9. {
  10. radioGroup.setTextAlignment(View.TEXT_ALIGNMENT_VIEW_START);
  11. }
  12. setTextFont(radioGroup, "Museo_Slab.otf");
Add Comment
Please, Sign In to add comment