Advertisement
Guest User

Untitled

a guest
Apr 20th, 2014
56
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.35 KB | None | 0 0
  1. *DEPTH 0 FIRST ELEMENT ---> class depth0 with depth0Adapter
  2. **DEPTH 1 FIRST ELEMENT ----> class depth 1 with depth1Adapter
  3. ***DEPTH 2 FIRST ELEMENT ----> children of depth1
  4. ***DEPTH 2 SECOND ELEMENT
  5. *DEPTH 1 SECOND ELEMENT
  6. *DEPTH 1 THIRD ELEMEMENT
  7. *DEPTH 0 SECOND ELEMENT
  8. ETC....
  9.  
  10. this.setScrollContainer(false);
  11. this.setClickable(false);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement