My code :
<CheckBox
android:id="@+id/checkBox1"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_alignParentBottom="true"
android:layout_centerHorizontal="true"
android:layout_marginBottom="32dp"
android:text="I agree for terms and conditions"
android:textColor="#FFFFFF" />
Question
- Here for the text
"I agree for terms and conditions"
, I want to add hyperlink for the text"terms and conditions"
- How to achieve this