LikeView.AuxiliaryViewPosition
Es ist eine neuere Version dieser Klasse verfügbar. Sieh sie dir an mit der aktuellsten Version.

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

Erweiterungen:Enum
Package:widget
Klassenmethoden
values()
public static AuxiliaryViewPosition values()
valueOf(String)
public static AuxiliaryViewPosition valueOf(String name)
ParameterBeschreibung
name
Konstanten
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