Advertisement
Guest User

Untitled

a guest
Oct 24th, 2014
127
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. if(mp.isPlaying()) {
  2. mp.pause();
  3. animationPausedMusic();
  4.  
  5. }
  6.  
  7. private void animationPausedMusic() {
  8.  
  9. // Changing button image to play button
  10. btn_play.setBackgroundResource(R.drawable.play);
  11.  
  12. ... // more code
  13. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement