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

6
LINES

< > BotCompany Repo | #1023297 // aSetVerticalGravity

JavaX fragment (include)

import android.widget.*;

static <A extends LinearLayout> A aSetVerticalGravity(final int gravity, final A a) {
  if (a != null) androidUI { a.setVerticalGravity(gravity) }
  ret a;
}

Author comment

Began life as a copy of #1023296

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: #1023297
Snippet name: aSetVerticalGravity
Eternal ID of this version: #1023297/1
Text MD5: dae9c202d4b425e76500e2a9389599b2
Author: stefan
Category: javax / android
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2019-05-24 18:20:35
Source code size: 188 bytes / 6 lines
Pitched / IR pitched: No / No
Views / Downloads: 169 / 204
Referenced in: [show references]