<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>
但没有奏效。
另外我需要增加服务条款的字体,仅隐私政策
请给一些建议。