Guest User

Untitled

a guest
Apr 26th, 2018
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.44 KB | None | 0 0
  1. @Override
  2. public View onCreateView(LayoutInflater inflater, ViewGroup container,
  3. Bundle savedInstanceState) {
  4. return inflater.inflate(R.layout.fragment_one, container, false);
  5. }
  6.  
  7. btnCheckout = (Button) view.findViewById(R.id.btnCheckout);
  8. btnCheckout.setOnClickListener(new View.OnClickListener() {
  9. @Override
  10. public void onClick(View view) {
  11.  
  12. }
  13. });
Add Comment
Please, Sign In to add comment