Skip to content

Instantly share code, notes, and snippets.

@ksmandersen
Created June 21, 2016 18:12
Show Gist options
  • Save ksmandersen/4e3ad0a4df9b61eb6ac4c127dc99255c to your computer and use it in GitHub Desktop.
Save ksmandersen/4e3ad0a4df9b61eb6ac4c127dc99255c to your computer and use it in GitHub Desktop.
ImageView img = (ImageView)findViewById(R.id.imgView1);
img.setImageResource(android.R.drawable.ic_media_play);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment