简体   繁体   中英

Bold Style not applied to textview android

I'm using action bar with custom view for title to be able to add Title and Subtitle

I need to set Title Style to Bold, When I make it in the XML layout it works fine, but I need to set it from code using

textView.setTypeface(null, Typeface.BOLD);

but it does not work, can anyone please help

Ideally it should work. This may sound mundane but can you check if it gets reset somewhere after you set it to bold the first time in your Java file.

您可以使用此代码在 textviews 中显示 HTML 代码

textView.setText(Html.fromHtml("<b>BOLD WORDS HERE</b>"));

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM