Advertisement
Guest User

Untitled

a guest
Aug 13th, 2017
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.20 KB | None | 0 0
  1.         setContentView(R.layout.struttura_layout);
  2.        
  3.         FrameLayout frameLayout  = (FrameLayout ) findViewById(R.id.flasd);
  4.        
  5.         LayoutInflater.from(this).inflate(layoutResID, frameLayout);
  6.         loadData();
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement