spannable
Java/Android scientific number to html
I\'m a newbie at programming and maybe there is a solution to this problem I just don\'t know about. I have a TextView with values. As some of the values are really small they are shown as scientific[详细]
2023-04-08 06:53 分类:问答Android Development: How To Replace Part of an EditText with a Spannable
I\'m trying to replace part of an Editable returned from getText() with a span. I\'ve tried getText().replace() but that\'s only for CharSequences.[详细]
2023-04-03 02:35 分类:问答Android: How to combine Spannable.setSpan with String.format?
I\'m setting Span to part of the text. Span itself works well. However, the text is created by String.format from Resources and I do not know start and end of part in the text I\'m going to set Span t[详细]
2023-03-31 12:41 分类:问答How set Spannable object font with custom font
I have Spannable object which I want to set its font by a custom font I have loaded before. Typeface tf = Typeface.createFromAsset(getAssets(), \"fonts/font_Name.ttf\");[详细]
2023-03-17 19:36 分类:问答