Alexander Milikhin
Results
1
comments of
Alexander Milikhin
I found a way to manually setup the position like this Do this after .show(); ``` int x, y; final Rect rect = new Rect(); mPalette.getGlobalVisibleRect(rect); x = rect.left -...