If you create composite controls (controls containing other controls) with custom drawing you might experience that Android is drawing the child controls twice if you are scaling or using padding.
Reproduction:
- Create a new project with a new custom control
- Add an inner image and set its scaling to 2
- Run on Android
Observe that the image is drawn twice, one with and one without scaling.