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

5
LINES

< > BotCompany Repo | #1014882 // aFontSize - set font size on Android

JavaX fragment (include)

1  
static <A extends TextView> A aFontSize(final float size, final A a) {
2  
  if (a == null) ret a;
3  
  androidUI(r { a.setTextSize(size) });
4  
  ret a;
5  
}

Author comment

Began life as a copy of #1007197

download  show line numbers  debug dex  old transpilations   

Travelled to 13 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt

No comments. add comment

Snippet ID: #1014882
Snippet name: aFontSize - set font size on Android
Eternal ID of this version: #1014882/3
Text MD5: bfa90e7dd1605f680afe7e44d54b6e1c
Author: stefan
Category: javax / android
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2019-06-10 16:58:11
Source code size: 149 bytes / 5 lines
Pitched / IR pitched: No / No
Views / Downloads: 339 / 353
Version history: 2 change(s)
Referenced in: [show references]