Advertisement
Guest User

Untitled

a guest
Jul 3rd, 2015
176
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.56 KB | None | 0 0
  1. package com.example.curtis.memegenerator;
  2.  
  3. import android.os.Bundle;
  4. import android.support.annotation.Nullable;
  5. import android.support.v4.app.Fragment;
  6. import android.view.LayoutInflater;
  7. import android.view.Menu;
  8. import android.view.MenuInflater;
  9. import android.view.View;
  10. import android.view.ViewGroup;
  11. import android.app.Activity;
  12. import android.widget.Button;
  13. import android.widget.EditText;
  14.  
  15. button.setOnClickListener(
  16. new View.OnClickListener(){
  17. public void onClick(View v){
  18. **buttonClicked(v);**- error is here
  19. }
  20. }
  21. };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement