Java android.support.v4.widget Gravity fields, constructors, methods, implement or subclass

Example usage for Java android.support.v4.widget Gravity fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for android.support.v4.widget Gravity.

The text is from its open source code.

Field

intTOP
Push object to the top of its container, not changing its size.
intBOTTOM
Push object to the bottom of its container, not changing its size.
intLEFT
Push object to the left of its container, not changing its size.
intRIGHT
Push object to the right of its container, not changing its size.
intCENTER_VERTICAL
Place object in the vertical center of its container, not changing its size.
intCENTER_HORIZONTAL
Place object in the horizontal center of its container, not changing its size.
intHORIZONTAL_GRAVITY_MASK
Binary mask to get the absolute horizontal gravity of a gravity.
intVERTICAL_GRAVITY_MASK
Binary mask to get the vertical gravity of a gravity.