1 | static TextView aRightAlignedTextView(S text) {
|
2 | final TextView tv = aTextView(text); |
3 | androidUI(r { tv.setGravity(Gravity.RIGHT) });
|
4 | ret tv; |
5 | } |
6 | |
7 | static TextView aRightAlignedTextView() {
|
8 | ret aRightAlignedTextView("");
|
9 | } |
Began life as a copy of #1014883
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: | #1014899 |
| Snippet name: | aRightAlignedTextView |
| Eternal ID of this version: | #1014899/1 |
| Text MD5: | 795de509aa3589875675d98b751c8dc1 |
| Author: | stefan |
| Category: | javax / android |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2018-05-06 10:46:54 |
| Source code size: | 233 bytes / 9 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 601 / 643 |
| Referenced in: | [show references] |