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