Please complete the following information:
- Library Version [e.g. v1.4.5]
- Affected Device(s) [e.g. Samsung z flip 4]
Describe the Bug:
The tooltip position of TranslationY=1dp is misaligned.
When I click the exclamation point icon, the tooltip appears because of android:translationY="1dp" attribution.


Because of the "TranslationY=1dp" attribute, the y-coordinate where the tooltip appears appears shifted by the height of one item within the adapter. This only occurs in Flip4.
Expected Behavior:
The tooltip appears directly attached to the exclamation mark icon.