1 | import android.widget.*; |
2 | |
3 | static <A extends LinearLayout> A aSetVerticalGravity(final int gravity, final A a) { |
4 | if (a != null) androidUI { a.setVerticalGravity(gravity) } |
5 | ret a; |
6 | } |
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: | 246 / 284 |
Referenced in: | [show references] |