gesture-imageview icon indicating copy to clipboard operation
gesture-imageview copied to clipboard

Doesn't support dynamic image setting!

Open riasat opened this issue 11 years ago • 2 comments

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

riasat avatar Nov 16 '13 04:11 riasat

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

fatchai1994 avatar Aug 27 '14 09:08 fatchai1994

Any solution for this problem

pandey-adarsh147 avatar Mar 23 '15 08:03 pandey-adarsh147