public class AppTheme
extends java.lang.Object
| Constructor and Description |
|---|
AppTheme(android.content.Context context) |
| Modifier and Type | Method and Description |
|---|---|
protected com.google.common.base.Optional<BrandTheme> |
getBrandTheme() |
int |
getDisabledColor() |
int |
getLoadingTextColor() |
int |
getPrimaryColor() |
int |
getSecondaryColor() |
int |
getTextColor() |
void |
setBrandTheme(BrandTheme brandTheme) |
public AppTheme(android.content.Context context)
throws TruoraException
TruoraExceptionpublic int getPrimaryColor()
public int getSecondaryColor()
public int getDisabledColor()
public int getLoadingTextColor()
public int getTextColor()
protected com.google.common.base.Optional<BrandTheme> getBrandTheme()
public void setBrandTheme(BrandTheme brandTheme) throws TruoraException
TruoraException