Position issue?
Hello,
Great work guys!
Is there ia issue with the TOP positioning or is just me?

Experiencing the same problem
+1 experiencing the same issue. Any fix for this?
My app uses a Theme based on Theme.AppCompat.Light.NoActionBar, perhaps that's related to the issue?
@jishhd Check out #15 I had the same problem and created a fix for it.
@elek90 how you solve it.?
@Slake07 Check the pull request. It's a small change to the CommonUtils.kt class.
The problem is if there's no Actionbar, the getStatusBarHeightInPx() function returns a negative value.