0

I have a button

Android.Widget.Button btnDelTR = new Android.Widget.Button(this);
btnDelTR.SetBackgroundResource(Resource.Drawable.delete);

i want to change it backgroung it works fine, but the background size is Stretch and simply i want to center the background image

KARIM Yassine
  • 143
  • 1
  • 11

1 Answers1

0

Maybe easier if you use an imagebutton:

https://developer.xamarin.com/recipes/android/controls/imagebutton/create_an_imagebutton/

You can use the parameters of an image as well to adjust the background.