<TextView
android:layout_width="match_parent"
android:layout_height="match_parent"
android:layout_marginTop="2dp"
android:layout_marginLeft="10dp"
android:text="Don't worry we will never share this with anyone\nBy Clicking register you are indicating that you have read and agreed to the \n **Terms of services** and **Privacy Policy**"
android:textColor="@android:color/black"
android:textSize="8.5sp"
/>
上記のコードから、太字で強調表示されている利用規約とプライバシー ポリシーに下線を引く必要があります。
使用してみ<u></u>
ましたが、うまくいきません。
また、利用規約、プライバシー ポリシーのみのフォントを大きくする必要があります。
いくつかの提案をしてください。