-
- All Implemented Interfaces:
-
java.io.Serializable,java.lang.Comparable
@Deprecated() public enum LikeView.AuxiliaryViewPosition
-
-
Enum Constant Summary
Enum Constants Enum Constant Description BOTTOMSetting the attribute to this value will put the social-sentence or box-count below the likebutton. If the facebook:style is set to BUTTON, then this has no effect.
This is the default value
INLINESetting the attribute to this value will put the social-sentence or box-count inline with thelike button. The auxiliary view will be to the left of the button if thefacebook:horizontal_alignment is set to RIGHT. In all other cases, it will be to the right ofthe button. If the facebook:style is set to BUTTON, then this has no effect.
TOPSetting the attribute to this value will put the social-sentence or box-count above the likebutton. If the facebook:style is set to BUTTON, then this has no effect.
-
Method Summary
Modifier and Type Method Description StringtoString()static Array<LikeView.AuxiliaryViewPosition>values()static LikeView.AuxiliaryViewPositionvalueOf(String name)-
-
Method Detail
-
values
static Array<LikeView.AuxiliaryViewPosition> values()
-
valueOf
static LikeView.AuxiliaryViewPosition valueOf(String name)
-
-
-
-