Skip to content
New issue

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

Doesn't support dynamic image setting! #55

Open
riasat opened this issue Nov 16, 2013 · 2 comments
Open

Doesn't support dynamic image setting! #55

riasat opened this issue Nov 16, 2013 · 2 comments

Comments

@riasat
Copy link

riasat commented Nov 16, 2013

@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);
   }
  });
@fatchai1994
Copy link

I got into the same problem and I can't figure out what made this happen

@pandey-adarsh147
Copy link

Any solution for this problem

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants