Just you need to use//for bold
android:textStyle="bold"//for italic
android:textStyle="italic"//for normal
android:textStyle="normal"<TextView
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:textStyle="bold"
android:text="@string/userName"
android:layout_gravity="left"
android:textSize="16sp"/>
android:textStyle="bold"
Odpowiedzi:
Mam projekt, w którym mam
TextView
:Zgaduję, że musisz użyć
android:textStyle
źródło
<TextView android:layout_width="wrap_content" android:layout_height="wrap_content" android:paddingLeft="20dp" android:paddingRight="20dp" android:text="@string/start" android:textAppearance="@style/PtSansNarrowFont" android:textColor="@color/white" />
style.xml<style name="PtSansNarrowFont" parent="android:TextAppearance"> <!-- Custom Attr--> <item name="fontPath">fonts/pt-sans_narrow.ttf</item> </style>
bez pogrubieniapo prostu użyj
źródło
Przykład:
posługiwać się:
android:textStyle="bold"
źródło
użyj właściwości stylu tekstu jako pogrubienia
źródło
Posługiwać się
android:textStyle="bold"
4 sposoby na pogrubienie Android TextView
lubię to
Istnieje wiele sposobów pogrubienia Android TextView.
źródło
źródło