Not logged in.  Login/Logout/Register | List snippets | | Create snippet | Upload image | Upload data

14
LINES

< > BotCompany Repo | #1023295 // aWestCenterAndEast (Android BorderLayout)

JavaX fragment (include)

import android.view.*;

static LinearLayout aWestCenterAndEast(View w, View c, View e) {
  w.setLayoutParams(new LinearLayout.LayoutParams(
    LinearLayout.LayoutParams.WRAP_CONTENT,
    LinearLayout.LayoutParams.MATCH_PARENT, 0.0f));
  c.setLayoutParams(new LinearLayout.LayoutParams(
    LinearLayout.LayoutParams.MATCH_PARENT,
    LinearLayout.LayoutParams.MATCH_PARENT, 1.0f));
  e.setLayoutParams(new LinearLayout.LayoutParams(
    LinearLayout.LayoutParams.WRAP_CONTENT,
    LinearLayout.LayoutParams.MATCH_PARENT, 0.0f));
  ret aHorizontalLinearLayout(w, c, e);
}

Author comment

Began life as a copy of #1014915

download  show line numbers  debug dex  old transpilations   

Travelled to 7 computer(s): bhatertpkbcr, cfunsshuasjs, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt

No comments. add comment

Snippet ID: #1023295
Snippet name: aWestCenterAndEast (Android BorderLayout)
Eternal ID of this version: #1023295/1
Text MD5: 73cf1aca0f9ac269921509ea0286697d
Author: stefan
Category: javax
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2019-05-24 17:56:51
Source code size: 586 bytes / 14 lines
Pitched / IR pitched: No / No
Views / Downloads: 187 / 225
Referenced in: [show references]