UI component - graphical representation of a tag's read history.
Public Member Functions | |
| UgiTag | getDisplayTag () |
| Get the tag that we are displaying read history for. More... | |
| void | setDisplayTag (UgiTag displayTag) |
| Set the tag to display read history for. More... | |
| int | getThemeColorOverride () |
| Get the color to use. More... | |
| void | setThemeColorOverride (int color) |
| Set the color to use. More... | |
| UgiTagReadHistoryView (Context context, AttributeSet attrs) | |
| Constructor. More... | |
| UgiTag com.ugrokit.api.UgiTagReadHistoryView.getDisplayTag | ( | ) |
Get the tag that we are displaying read history for.
| void com.ugrokit.api.UgiTagReadHistoryView.setDisplayTag | ( | UgiTag | displayTag | ) |
Set the tag to display read history for.
| displayTag | The tag to set |
| int com.ugrokit.api.UgiTagReadHistoryView.getThemeColorOverride | ( | ) |
Get the color to use.
| void com.ugrokit.api.UgiTagReadHistoryView.setThemeColorOverride | ( | int | color | ) |
Set the color to use.
| color | The color |
| com.ugrokit.api.UgiTagReadHistoryView.UgiTagReadHistoryView | ( | Context | context, |
| AttributeSet | attrs | ||
| ) |
Constructor.
| context | Context |
| attrs | Attributes |