android - Change a TextView to an ImageView -


one drag and amp; Skip activity,

I want to drag an image and drop it on a TextView. And change the text view to the image view, which I have left.

  Case drag event Action_DROP: View View = (see) event.getLocalState (); View.setVisibility (View.INVISIBLE); // This is the textview of Traggettextview DropTabz = (TextView) Drag Weave; // Probably now see an image will now see, // drag the view and dropped the dropped ImageView (= ImageView); // Now here I want to set the dropView textView as ImageView left, this is how I do this dropTarget.setAnimation (left .getDrawable ()); break;   

Please help

You will use TextView and background Set it in the text view it will help you.

Comments

Popular posts from this blog

python - Writing Greek in matplotlib labels, titles -

c# - LINQ to Entities does not recognize the method 'Int32 IndexOf(System.String, System.StringComparison)' method -

Pygame memory leak with transform.flip -