Back to project page candymem.
The source code is released under:
GNU General Public License
If you think the Android project candymem 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 se.tube42.kidsmem.data; // w w w . jav a2 s .c o m public class Constants { public final static int CANVAS_W = 240, CANVAS_H = 380, COUNT_W = 4, COUNT_H = 6 ; public final static int COLOR_TOP = 0x3f51b5, COLOR_BG = 0xC5CaE9, COLOR_STATS = 0xFFFFFF ; public final static int TOP_DELTA_Y = -5 // the offset where rect starts, after shadow ; public final static int MENU_SOUND = 0, MENU_FULLSCREEN = 1, MENU_HARDNESS = 2, MENU_PLAY = 3 ; }