public interface LogoView
Modifier and Type | Method and Description |
---|---|
void |
applyDefaultLogo()
Change TomTom logo to default colors.
|
void |
applyInvertedLogo()
Change TomTom logo to inverted mode.
|
void |
restoreDefaultGravity()
Restore gravity to default value.
|
void |
restoreDefaultMargins()
Restore margins to default value.
|
void |
setGravity(int gravity)
Apply new gravity to logo.
|
void |
setMargins(int left,
int top,
int right,
int bottom)
Sets the margins of the logo in PX.
|
void setGravity(int gravity)
void setMargins(int left, int top, int right, int bottom)
left
- left/start margin of the logo.top
- top margin of the logo.right
- right margin of the logo.bottom
- bottom/end margin of the logo.void restoreDefaultMargins()
void restoreDefaultGravity()
void applyInvertedLogo()
void applyDefaultLogo()