public abstract class

GridLayout.Alignment

extends java.lang.Object

 java.lang.Object

↳androidx.gridlayout.widget.GridLayout.Alignment

Overview

Alignments specify where a view should be placed within a cell group and what size it should be.

The GridLayout.LayoutParams class contains a rowSpec and a columnSpec each of which contains an alignment. Overall placement of the view in the cell group is specified by the two alignments which act along each axis independently.

The GridLayout class defines the most common alignments used in general layout: GridLayout.TOP, GridLayout.LEFT, GridLayout.BOTTOM, GridLayout.RIGHT, GridLayout.START, GridLayout.END, GridLayout.CENTER, GridLayout.BASELINE and GridLayout.FILL.

Summary

Methods
public java.lang.StringtoString()

from java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait

Methods

public java.lang.String toString()