LikeView.AuxiliaryViewPosition
A more recent version of this class is available. Check out the latest version.

Encapsulates the valid values for the facebook:auxiliary_view_position attribute for a LikeView.

Extends:Enum
Package:widget
Class Methods
values()
public static AuxiliaryViewPosition values()
valueOf(String)
public static AuxiliaryViewPosition valueOf(String name)
ParameterDescription
name
Constants
BOTTOM
Setting the attribute to this value will put the social-sentence or box-count below the like button. If the facebook:style is set to BUTTON, then this has no effect. This is the default value
public static final AuxiliaryViewPosition BOTTOM
INLINE
Setting the attribute to this value will put the social-sentence or box-count inline with the like button. The auxiliary view will be to the left of the button if the facebook:horizontal_alignment is set to RIGHT. In all other cases, it will be to the right of the button. If the facebook:style is set to BUTTON, then this has no effect.
public static final AuxiliaryViewPosition INLINE
TOP
Setting the attribute to this value will put the social-sentence or box-count above the like button. If the facebook:style is set to BUTTON, then this has no effect.
public static final AuxiliaryViewPosition TOP