Hi,

I need to display an ImageView object in code to allow me to
dynamically reposition it. face_c is a gif file width and heightof 68
pixels. Using AbsoluteLayout what code should be added below to place
face_c at (100,150) to maintain its width and height of 68 pixels?

Thanks,
Pfife

   public void onCreate(Bundle icicle) {
        super.onCreate(icicle);
         ImageView iV = new ImageView(this);
        iV.setImageResource(R.drawable.face_c);
        setContentView(iV);
    }

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Android Challenge" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/android-challenge?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to