LikeView.HorizontalAlignment
เวอร์ชั่นที่ใหม่กว่าของคลาสนี้พร้อมแล้ว ตรวจสอบได้ เวอร์ชั่นล่าสุด

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

ขยาย:Enum
แพ็คเกจ:widget
วิธีการคลาส
values()
public static HorizontalAlignment values()
valueOf(String)
public static HorizontalAlignment valueOf(String name)
พารามิเตอร์คำอธิบาย
name
ค่าคงตัว
CENTER
Setting the attribute to this value will center the button and auxiliary view in the parent view. This is the default value
public static final HorizontalAlignment CENTER
LEFT
Setting the attribute to this value will left-justify the button and auxiliary view in the parent view.
public static final HorizontalAlignment LEFT