Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- RadioGroup radioGroup = new RadioGroup(mMain);
- radioGroup.setText(name_price);
- radioGroup.setId(i + 6);
- radioGroup.setTextSize(12);
- radioGroup.setTag(attributes.get(num));
- radioGroup.setGravity(Gravity.START | Gravity.CENTER_VERTICAL);
- if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.JELLY_BEAN_MR1)
- {
- radioGroup.setTextAlignment(View.TEXT_ALIGNMENT_VIEW_START);
- }
- setTextFont(radioGroup, "Museo_Slab.otf");
Add Comment
Please, Sign In to add comment