New to android.I am using radio Button in my android app
questionbtnD = (RadioButton)findViewById(R.id.optionD);
questionbtnD.setText(Html.fromHtml(dq.get(id).getOptions().get(3).toString().trim()));
<![CDATA[ <p> Won't compile because of line (1) – constructor can't be private </p> ]]>
but its is not properly aligned can any body help me how to align this.