We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
@jasonpolites
b1 = (Button) findViewById(R.id.b1); b2 = (Button) findViewById(R.id.b2); giv = (GestureImageView) findViewById(R.id.image); b1.setOnClickListener(new OnClickListener() { @Override public void onClick(View arg0) { giv.setImageResource(R.drawable.portrait); } }); b2.setOnClickListener(new OnClickListener() { @Override public void onClick(View arg0) { giv.setImageResource(R.drawable.square); } });
The text was updated successfully, but these errors were encountered:
I got into the same problem and I can't figure out what made this happen
Sorry, something went wrong.
Any solution for this problem
No branches or pull requests
@jasonpolites
The text was updated successfully, but these errors were encountered: