Back to project page StreamHub-Android-Reviews-App.
The source code is released under:
MIT License
If you think the Android project StreamHub-Android-Reviews-App 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 livefyre; //from w w w . ja va 2 s . c om public class LFSAppConstants { public static String ID = "id"; public static String ISMOD = "isModAnywhere"; public static Boolean ROUND_IMAGE = true; public static Boolean NORMAL_IMAGE = false; public static Boolean FINISH = true; public static Boolean DISMISS = false; public static Boolean DETAIL = false; public static Boolean SHART = true; public static Boolean MOVE_TO_VIEW_POINT = false; public static Boolean MOVE_TO_TOP = true; }