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