import android.app.Activity; import android.widget.*; import android.graphics.*; static void androidShowFullScreenColor(int color) { ImageView iv = new ImageView(androidActivity()); iv.setBackgroundColor(color); androidShow(iv); }
Began life as a copy of #1001281
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: | #1001291 |
| Snippet name: | androidShowFullScreenColor |
| Eternal ID of this version: | #1001291/1 |
| Text MD5: | 0ad651cbc31d7e9340d8d2a5ebb09280 |
| Author: | stefan |
| Category: | javax android |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2016-10-21 23:50:52 |
| Source code size: | 247 bytes / 9 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 802 / 1078 |
| Referenced in: | [show references] |