Not logged in.  Login/Logout/Register | List snippets | | Create snippet | Upload image | Upload data

7
LINES

< > BotCompany Repo | #1023331 // aBold - make text bold in Android

JavaX fragment (include)

import android.graphics.*;

static <A extends TextView> A aBold(final A a) {
  if (a != null)
    androidUI { a.setTypeface(null, Typeface.BOLD); }
  ret a;
}

Author comment

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: 222 / 253
Version history: 2 change(s)
Referenced in: [show references]