1 | import android.app.Activity; |
2 | import android.widget.*; |
3 | import android.graphics.*; |
4 | |
5 | static void androidShowFullScreenColor(int color) {
|
6 | ImageView iv = new ImageView(androidActivity()); |
7 | iv.setBackgroundColor(color); |
8 | androidShow(iv); |
9 | } |
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: | 804 / 1080 |
| Referenced in: | [show references] |