ru.dgis.sdk.androidauto.CopyrightMargins | Android SDK | Urbi Documentation
Android SDK

CopyrightMargins

Margins between the screen and a copyright icon, specifying the distance from each edge of the screen.

CopyrightMargins(
	left: Int = 0,
	top: Int = 0,
	right: Int = 0,
	bottom: Int = 0
)

Margins between the screen and a copyright icon, specifying the distance from each edge of the screen.

Parameters
left
top
right
bottom
Returns
Properties