Re: [mono-android] Drawable icon

2012-11-22 Thread Canning
Got it working. -- View this message in context: http://mono-for-android.1047100.n5.nabble.com/Drawable-icon-tp5712450p5712468.html Sent from the Mono for Android mailing list archive at Nabble.com. ___ Monodroid mailing list Monodroid@lists.ximian.co

Re: [mono-android] Drawable icon

2012-11-21 Thread Canning
Or is it something like this: Drawable icon = R.getResources().getDrawable(R.drawable.Icon); or Drawable icon = R.getResources().getDrawable(R.drawable.monkey); Either way, I cannot get it working. -- View this message in context: http://mono-for-android.1047100.n5.nabble.com/Drawable-icon-tp

Re: [mono-android] Drawable icon

2012-11-21 Thread Canning
Can I please have some help with my code. Here it is: Drawable icon = Drawable.CreateFromPath("Icon.png"); I have two images in my Resources/drawable/ folder; Icon.png and monkey.png Whenever I change the icon to be a different image, then set my Google Map Marker to be this new icon, the icon a

Re: [mono-android] Drawable icon

2012-11-21 Thread Paul Johnson
Hi, Can I please have some help to create a simple "Drawable icon" variable and specify a graphic for the icon? I am not sure what namespace to use or how to select the actual icon. I cannot find a resource to help me either. Android.Graphics.Drawable something like ImageView foo = new Image

[mono-android] Drawable icon

2012-11-20 Thread Canning
Can I please have some help to create a simple "Drawable icon" variable and specify a graphic for the icon? I am not sure what namespace to use or how to select the actual icon. I cannot find a resource to help me either. Thank you -- View this message in context: http://mono-for-android.1047