Methods | Description |
---|---|
background(@ColorInt int color) | Change the default background color |
gradientBackground(Drawable drawable) | Set a gradient background using a gradient resource file |
gradientBackground(int[] colorArray, GradientDrawable.Orientation orientation) | Set a gradient background using an array of colors and a gradient orientation |
primary(@ColorInt int color) | Change the default primary color |
secondary(@ColorInt int color) | Change the default secondary color |
error(@ColorInt int color) | Change the default error color |
accent(@ColorInt int color) | Change the default accent color |
accent50(@ColorInt int color) | Change the default accent50 color |
accent100(@ColorInt int color) | Change the default accent100 color |
accent200(@ColorInt int color) | Change the default accent200 color |
accent300(@ColorInt int color) | Change the default accent300 color |
accent400(@ColorInt int color) | Change the default accent400 color |
accent500(@ColorInt int color) | Change the default accent500 color |
accent600(@ColorInt int color) | Change the default accent600 color |
accent700(@ColorInt int color) | Change the default accent700 color |
accent800(@ColorInt int color) | Change the default accent800 color |
accent900(@ColorInt int color) | Change the default accent900 color |
Methods | Description |
---|---|
setHeading(int heading) | Use to set Heading text Appearance. |
setName(int name) | Use to set Name text Appearance. |
setTitle1(int title1) | Use to set Title 1 text Appearance. |
setTitle2(int title2) | Use to set Title 2 text Appearance. |
setSubtitle1(int subtitle1) | Use to set Subtitle 1 text Appearance. |
setSubtitle2(int subtitle2) | Use to set Subtitle 2 text Appearance. |
setText1(int text1) | Use to set Text 1 text Appearance. |
setText2(int text2) | Use to set Text 2 text Appearance. |
setCaption1(int caption1) | Use to set Caption 1 text Appearance. |
setCaption2(int caption2) | Use to set Caption 2 text Appearance. |