RemoteViewsMargin Enum

Definition

Specifies the side whose layout margin is set for a view in RemoteViews.

public enum RemoteViewsMargin
type RemoteViewsMargin = 
Inheritance
RemoteViewsMargin

Fields

Name Value Description
Left 0

Represents the left value.

Top 1

Represents the top value.

Right 2

Represents the right value.

Bottom 3

Represents the bottom value.

Start 4

Represents the start value.

End 5

Represents the end value.

Remarks

Additional details are available in the Android reference documentation.

Applies to