UI component - status image.
Public Member Functions | |
| UgiStatusImageView (final Context context, AttributeSet attrs) | |
| Constructor. More... | |
| int | getColor () |
| UgiUiUtil.NULL_COLOR if on a light background, or a color if on a dark background. More... | |
| void | setColor (int c) |
| UgiUiUtil.NULL_COLOR if on a light background, or a color if on a dark background. More... | |
| boolean | getDisplayVersionInfoOnTouch () |
| Get whether to show version information alert when touched. More... | |
| void | setDisplayVersionInfoOnTouch (boolean b) |
| Set whether to show version information alert when touched. More... | |
| boolean | getHideOnPD67 () |
| Get whether to hide this when running on the PD67. More... | |
| void | setHideOnPD67 (boolean b) |
| Set whether to hide this when running on the PD67. More... | |
| int com.ugrokit.api.UgiStatusImageView.getColor | ( | ) |
UgiUiUtil.NULL_COLOR if on a light background, or a color if on a dark background.
| void com.ugrokit.api.UgiStatusImageView.setColor | ( | int | c | ) |
UgiUiUtil.NULL_COLOR if on a light background, or a color if on a dark background.
| c | color |
| boolean com.ugrokit.api.UgiStatusImageView.getDisplayVersionInfoOnTouch | ( | ) |
Get whether to show version information alert when touched.
| void com.ugrokit.api.UgiStatusImageView.setDisplayVersionInfoOnTouch | ( | boolean | b | ) |
Set whether to show version information alert when touched.
| b | true to show alert |
| boolean com.ugrokit.api.UgiStatusImageView.getHideOnPD67 | ( | ) |
Get whether to hide this when running on the PD67.
| void com.ugrokit.api.UgiStatusImageView.setHideOnPD67 | ( | boolean | b | ) |
Set whether to hide this when running on the PD67.
| b | true to hide on PD67 |
| com.ugrokit.api.UgiStatusImageView.UgiStatusImageView | ( | final Context | context, |
| AttributeSet | attrs | ||
| ) |
Constructor.
| context | Context |
| attrs | Attributes |