字体加粗:设置TextView 的 textstyle 属性为 bold 代码
<TextView
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginTop="25dp"
android:text="@string/lable_location"
android:textStyle="bold"
/>
持续整理中
转载请注明原文地址: https://ju.6miu.com/read-6747.html