1 | import android.app.Activity; |
2 | import android.widget.*; |
3 | import android.graphics.*; |
4 | |
5 | static void androidShowClickableImageAndPrintLog(final S imageID, final int borderColor, final Runnable onClick) {
|
6 | androidShow(aVerticalLinearLayout( |
7 | androidClickableImage(imageID, borderColor, onClick), |
8 | androidPrintLogScrollView())); |
9 | } |
Began life as a copy of #1005200
download show line numbers debug dex old transpilations
Travelled to 14 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, ddnzoavkxhuk, gwrvuhgaqvyk, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt
No comments. add comment
| Snippet ID: | #1005213 |
| Snippet name: | androidShowClickableImageAndPrintLog |
| Eternal ID of this version: | #1005213/5 |
| Text MD5: | c9ca3e432d282613cd4af297b427b802 |
| 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:11:02 |
| Source code size: | 338 bytes / 9 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 826 / 807 |
| Version history: | 4 change(s) |
| Referenced in: | [show references] |