1 | import android.graphics.*; |
2 | |
3 | static <A extends TextView> A aBold(final A a) {
|
4 | if (a != null) |
5 | androidUI { a.setTypeface(null, Typeface.BOLD); }
|
6 | ret a; |
7 | } |
Began life as a copy of #1014882
download show line numbers debug dex old transpilations
Travelled to 7 computer(s): bhatertpkbcr, cfunsshuasjs, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt
No comments. add comment
| Snippet ID: | #1023331 |
| Snippet name: | aBold - make text bold in Android |
| Eternal ID of this version: | #1023331/3 |
| Text MD5: | 1331992477e575526244e1e3537bc639 |
| Author: | stefan |
| Category: | javax / android |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2019-06-06 12:39:28 |
| Source code size: | 164 bytes / 7 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 508 / 542 |
| Version history: | 2 change(s) |
| Referenced in: | [show references] |