Advertisement
Guest User

Untitled

a guest
Aug 2nd, 2015
181
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1.  
  2. /*
  3. Add this Gist in your current class if you want or do it static for a global access
  4. */
  5. public android.view.View $(int id){
  6. return findViewById(id);
  7. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement