TapTargetView
TapTargetView copied to clipboard
ImageView using scaleX / scaleY not being shown properly in TapTargetView
- [X] I have verified the issue exists on the latest version
- [X] I am able to reproduce it
**Version used: 1.13.0 **
**Stack trace: N/A **
**Android version: 10 **
When targeting an ImageView which has scaleX and scaleY set in the layout file, the resulting TapTargetView shows the originally sized image, with a weird offset.
I'd expect the TapTargetView to respect View scaling. The workaround is to not use scaleX and scaleY and rely on paddings or margins instead.