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

Encapsulates the valid values for the facebook:style attribute for a LikeView

ขยาย:Enum
แพ็คเกจ:widget
วิธีการคลาส
values()
public static Style values()
valueOf(String)
public static Style valueOf(String name)
พารามิเตอร์คำอธิบาย
name
ค่าคงตัว
STANDARD
Setting the attribute to this value will display the button and a sentence near it that describes the social sentence for the associated object. This is the default value
public static final Style STANDARD
BUTTON
Setting the attribute to this value will display the button by itself, with no other components
public static final Style BUTTON
BOX_COUNT
Setting the attribute to this value will display the button and a box near it with the number of likes for the associated object
public static final Style BOX_COUNT