TextCard | Button SDK for Android v7.0.0

Package Index

Interfaces

Classes

Enums

TextCard

This is a concrete card class that can display a title and body text.

Public Methods

public int getBackgroundColor()

public StringgetBody()

public int getBodyColor()

public float getBodySize()

public Typeface getBodyTypeface()

public StringgetTitle()

public int getTitleColor()

public float getTitleSize()

public Typeface getTitleTypeface()

public void setBackgroundColor(int backgroundColor)

public void setBody( String body)

public void setBodyColor(int bodyColor)

public void setBodySize(float bodySize)

public void setBodyTypeface(Typeface bodyTypeface)

public void setTitle( String title)

public void setTitleColor(int titleColor)

public void setTitleSize(float titleSize)

public void setTitleTypeface(Typeface titleTypeface)

Protected Methods

protected final void onBindView(View view)

protected final View onCreateView(ViewGroup parent)