LikeView.AuxiliaryViewPosition
이 클래스의 최신 버전을 사용할 수 있습니다. 확인해보세요 최신 버전.

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

확장:Enum
패키지:widget
클래스 메서드
values()
public static AuxiliaryViewPosition values()
valueOf(String)
public static AuxiliaryViewPosition valueOf(String name)
매개변수설명
name
상수
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