Back to project page GameTimer.
The source code is released under:
Apache License
If you think the Android project GameTimer 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.solidnw.gametimer.model; public class PreferencesConstants { /* Preferences */ public static final String PREFERENCES_NAME = "Preferences"; public static final String PREF_KEY_THEME = "theme"; public static final int DEFAULT_THEME = android.R.style.Theme_Holo_Light; }