-2

I have tried all the possible way but could not find the way to resolve.Please help

Neeru
  • 11
  • Please write the question properly with as much details as possible, so that someone can understand and help. – swaran Apr 08 '22 at 19:29

2 Answers2

2

Just set following button properties:

iconUri = ""
focusedIconUri = ""

And you will be fine...

James Risner
  • 5,451
  • 11
  • 25
  • 47
1

You cannot. If you want to create a button with your design, you need to make your custom button component which should be extended from the group component. Also if you want to add a custom button background image, you should add a poster to the button and make a poster image be 9-patch image. So it could be extendable.

DimitrijeCiric
  • 446
  • 1
  • 10