Advertisement
Guest User

Untitled

a guest
Sep 16th, 2014
192
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. private void initializeUIElements() {
  2. playButton = (ImageButton) findViewById(R.id.button_play); playButton.setOnClickListener(this);
  3.  
  4. buttonStopPlay = (ImageButton) findViewById(R.id.button_pause); buttonStopPlay.setEnabled(false);
  5. buttonStopPlay.setOnClickListener(this); }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement