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