Hi, Pls find the code snippet below
mButtonImage = BitmapFactory.decodeResource(getResources(),com.android.internal.R.drawable.tt_player_icon); canvas.drawBitmap(mButtonImage, BUTTON_X_POS,BUTTON_Y_POS, null); In case of resizing bitmap use matrix. On Wed, Dec 2, 2009 at 12:24 AM, Sasikumar.S <[email protected]>wrote: > Hi, > > > Any one know about how to draw a bitmap image?... > > thanks in advance.... > > -- > Thanks & Regards > Sasikumar.S > > -- > You received this message because you are subscribed to the Google > Groups "Android Developers" group. > To post to this group, send email to [email protected] > To unsubscribe from this group, send email to > [email protected]<android-developers%[email protected]> > For more options, visit this group at > http://groups.google.com/group/android-developers?hl=en -- You received this message because you are subscribed to the Google Groups "Android Developers" 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-developers?hl=en

