import android.app.*; import android.widget.*; import android.view.*; import android.view.KeyEvent; import android.view.inputmethod.*; import android.text.*; static LinearLayout aCenterAndSouth(View c, View s) { LinearLayout ll = new LinearLayout(androidActivity()); ll.setOrientation(ll.VERTICAL); c.setLayoutParams(new LinearLayout.LayoutParams( LinearLayout.LayoutParams.MATCH_PARENT, LinearLayout.LayoutParams.MATCH_PARENT, 1.0f)); ll.addView(c); ll.addView(s); ret ll; }
Began life as a copy of #1008234
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: | #1008254 |
| Snippet name: | aCenterAndSouth (Android BorderLayout) |
| Eternal ID of this version: | #1008254/1 |
| Text MD5: | 7f0622d2f6da055166993c6175395443 |
| Author: | stefan |
| Category: | javax |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2017-05-03 13:17:33 |
| Source code size: | 514 bytes / 17 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 726 / 729 |
| Referenced in: | [show references] |