Back to project page game_guess_lib.
The source code is released under:
MIT License
If you think the Android project game_guess_lib 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.wkmf.guess.lib.structure; // w w w . j av a 2s . c o m import android.graphics.drawable.Drawable; /** * Created by ernestofndz on 22/02/14. */ public class GuessDrawable { public static Drawable background = null; public static Drawable guessGameIcon = null; }