Back to project page rgb-tool.
The source code is released under:
Apache License
If you think the Android project rgb-tool 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.fastebro.androidrgbtool.utils; //ww w .j a v a2 s. c om /** * Created by daltomare on 13/03/14. */ public class UCommon { public static final String PREFS_NAME = "RGBToolFile"; public static final String PREFS_R_COLOR = "com.fastebro.androidrgbtool.utils.prefs.PREFS_R_COLOR"; public static final String PREFS_G_COLOR = "com.fastebro.androidrgbtool.utils.prefs.PREFS_G_COLOR"; public static final String PREFS_B_COLOR = "com.fastebro.androidrgbtool.utils.prefs.PREFS_B_COLOR"; public static final String PREFS_OPACITY = "com.fastebro.androidrgbtool.utils.prefs.PREFS_OPACITY"; }