Advertisement
peacestorm

Layout

Jun 28th, 2015
242
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. var xRayListLayout = new android.widget.LinearLayout(ctx);
  2. var xRayListLayout1 = new android.widget.LinearLayout(ctx);
  3. xRayListLayout.setOrientation(1);
  4. xRayListLayout1.setOrientation(1);
  5. xRayListLayout1.addView(hacksListLayout);
  6. //Replace the layout vars with this, the scroll will be removed.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement