Back to project page swipemenu.
The source code is released under:
Apache License
If you think the Android project swipemenu listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
package com.orhanobut.android.swipemenu; public class MainCircle { public final static float RADIUS = 2; public final static float FRONT = 270; public final static float BACK = 90; public final static float RIGHT = 0; public final static float LEFT = 180; }