-
- All Implemented Interfaces:
-
java.io.Serializable,java.lang.Comparable
@Deprecated() public enum LikeView.HorizontalAlignment
-
-
Enum Constant Summary
Enum Constants Enum Constant Description CENTERSetting the attribute to this value will center the button and auxiliary view in the parentview.
This is the default value
LEFTSetting the attribute to this value will left-justify the button and auxiliary view in theparent view.
RIGHTSetting the attribute to this value will right-justify the button and auxiliary view in theparent view. If the facebook:auxiliary_view_position is set to INLINE, then the auxiliaryview will be on the left of the button
-
Method Summary
Modifier and Type Method Description StringtoString()static Array<LikeView.HorizontalAlignment>values()static LikeView.HorizontalAlignmentvalueOf(String name)-
-
Method Detail
-
values
static Array<LikeView.HorizontalAlignment> values()
-
valueOf
static LikeView.HorizontalAlignment valueOf(String name)
-
-
-
-