android.widget
Class RelativeLayout.LayoutParams
java.lang.Object
android.view.ViewGroup.LayoutParams
android.view.ViewGroup.MarginLayoutParams
android.widget.RelativeLayout.LayoutParams
- Enclosing class:
- RelativeLayout
public static class RelativeLayout.LayoutParams
- extends ViewGroup.MarginLayoutParams
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
alignWithParent
public boolean alignWithParent
RelativeLayout.LayoutParams
public RelativeLayout.LayoutParams(Context c,
AttributeSet attrs)
RelativeLayout.LayoutParams
public RelativeLayout.LayoutParams(int w,
int h)
RelativeLayout.LayoutParams
public RelativeLayout.LayoutParams(ViewGroup.LayoutParams source)
RelativeLayout.LayoutParams
public RelativeLayout.LayoutParams(ViewGroup.MarginLayoutParams source)
debug
public String debug(String output)
addRule
public void addRule(int verb)
addRule
public void addRule(int verb,
int anchor)
getRules
public int[] getRules()
Copyright © 2008-2012. All Rights Reserved.