You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have verified the issue exists on the latest version
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.
The text was updated successfully, but these errors were encountered:
**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.
The text was updated successfully, but these errors were encountered: