LikeView.HorizontalAlignment
Há uma versão mais recente desta classe disponível. Confira. a versão mais recente.

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

Estende:Enum
Pacote:widget
Métodos de classe
values()
public static HorizontalAlignment values()
valueOf(String)
public static HorizontalAlignment valueOf(String name)
ParâmetroDescrição
name
Constantes
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