Benjamin Drucker
Results
1
comments of
Benjamin Drucker
This worked for me, but I have not tested with different target build sdk versions: ``` java @TargetApi(Build.VERSION_CODES.LOLLIPOP) @Override public void drawableHotspotChanged(float x, float y) { super.drawableHotspotChanged(x, y); if (foreground...