I have tried all the possible way but could not find the way to resolve.Please help
Asked
Active
Viewed 150 times
-2
-
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 Answers
2
Just set following button properties:
iconUri = ""
focusedIconUri = ""
And you will be fine...

James Risner
- 5,451
- 11
- 25
- 47

Momchilo Stankovic
- 21
- 2
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
-
He asked to remove the dot, not create a custom button, which is achievable (dot removal) – Uzair_07 Jul 10 '23 at 06:09