Back to project page oidarSample.
The source code is released under:
GNU General Public License
If you think the Android project oidarSample 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.oidar.util; //from w ww . j a va2 s .c o m /** * Created by mbeloded on 9/17/14. */ public interface OIDARConstants { public static final float DEFAULT_ROUND_TO = 2.5f; public static enum Screen { TALK_RADIO, LIVE_NEWS, BOOKMARKS, WHATS_HOT, FEEDBACK, SETTINGS, ABOUT, FRIENDS } }