Back to project page android_sdk.
The source code is released under:
GNU Lesser General Public License
If you think the Android project android_sdk listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
/* * Copyright (C) 2013 Spunk Media Pvt Ltd (www.qubecell.com) */// ww w. ja v a2 s.c om package com.qubecell.constants; import android.graphics.Bitmap; import android.graphics.Color; public class ThemeConfigurationVariables { public static String THEME_COLOR = ""; public static String APPLICATION_TITTLE = "Application Tittle"; public static int backGroundColor = Color.RED; public static int themeColor = Color.LTGRAY; public static String titleText = "Qubecell"; public static Bitmap logoImage = null; public static String billingPartner = "Powered by Qubecell"; }