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