Example usage for Java android.widget AbsoluteLayout fields, constructors, methods, implement or subclass
The text is from its open source code.
void | addView(View child) Adds a child view. |
void | addView(View child, int index) Adds a child view. |
void | setBackgroundDrawable(Drawable background) |
void | setLayoutParams(ViewGroup.LayoutParams params) Set the layout parameters associated with this view. |