pingpongboss / StandOut

StandOut lets you easily create floating windows in your Android app.
http://pingpongboss.github.com/StandOut
MIT License
1.24k stars 379 forks source link

Layoutpara #32

Closed waterdaan closed 7 years ago

waterdaan commented 9 years ago

These values don't give the right side and the bottom of the screen if flag FLAG_WINDOW_EDGE_LIMITS_ENABLE Is not set.

    public static final int RIGHT = Integer.MAX_VALUE;

1783 /* 1784 * Special value for y position that represents the bottom of the 1785 * screen. / public static final int BOTTOM = Integer.MAX_VALUE;