FrameLayout.LayoutParams


public static class FrameLayout.LayoutParams
extends ViewGroup.MarginLayoutParams

java.lang.Object
   ↳ android.view.ViewGroup.LayoutParams
     ↳ android.view.ViewGroup.MarginLayoutParams
       ↳ android.widget.FrameLayout.LayoutParams


Per-child layout information for layouts that support margins. See FrameLayout Layout Attributes for a list of all child view attributes that this class supports.

Summary

XML attributes

android:layout_gravity Standard gravity constant that a child supplies to its parent. 

Inherited XML attributes

Constants

int UNSPECIFIED_GRAVITY

Value for gravity indicating that a gravity has not been explicitly specified.

Inherited constants

Fields

public int gravity

The gravity to apply with the View to which these layout parameters are associated.

Inherited fields