1 | import android.app.*; |
2 | import android.widget.*; |
3 | import android.view.*; |
4 | import android.view.KeyEvent; |
5 | import android.view.inputmethod.*; |
6 | import android.text.*; |
7 | |
8 | static LinearLayout aVerticalLinearLayout(final View... views) { |
9 | ret androidUI(func -> LinearLayout { |
10 | LinearLayout ll = new LinearLayout(androidActivity()); |
11 | ll.setOrientation(ll.VERTICAL); |
12 | for (View v : views) if (v != null) aAddView(ll, v); |
13 | ret ll; |
14 | }); |
15 | } |
Began life as a copy of #1008255
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: | #1014879 |
Snippet name: | aVerticalLinearLayout |
Eternal ID of this version: | #1014879/3 |
Text MD5: | 33aca98470bf420a075ab37630fe96a1 |
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 09:32:56 |
Source code size: | 450 bytes / 15 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 409 / 455 |
Version history: | 2 change(s) |
Referenced in: | [show references] |