Java android.widget AbsoluteLayout fields, constructors, methods, implement or subclass

Example usage for Java android.widget AbsoluteLayout fields, constructors, methods, implement or subclass

Introduction

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

The text is from its open source code.

Subclass

android.widget.AbsoluteLayout has subclasses.
Click this link to see all its subclasses.

Constructor

Method

voidaddView(View child)

Adds a child view.

voidaddView(View child, int index)
Adds a child view.
voidsetBackgroundDrawable(Drawable background)
voidsetLayoutParams(ViewGroup.LayoutParams params)
Set the layout parameters associated with this view.