Please note that the contents of this offline web site may be out of date. To access the most recent documentation visit the online version .
Note that links that point to online resources are green in color and will open in a new window.
We would love it if you could give us feedback about this material by filling this form (You have to be online to fill it)
Android APIs
public static class

DrawerLayout.LayoutParams

extends ViewGroup.MarginLayoutParams
java.lang.Object
   ↳ android.view.ViewGroup.LayoutParams
     ↳ android.view.ViewGroup.MarginLayoutParams
       ↳ android.support.v4.widget.DrawerLayout.LayoutParams

Summary

[Expand]
Inherited XML Attributes
From class android.view.ViewGroup.MarginLayoutParams
From class android.view.ViewGroup.LayoutParams
[Expand]
Inherited Constants
From class android.view.ViewGroup.LayoutParams
Fields
public int gravity
[Expand]
Inherited Fields
From class android.view.ViewGroup.MarginLayoutParams
From class android.view.ViewGroup.LayoutParams
Public Constructors
DrawerLayout.LayoutParams ( Context c, AttributeSet attrs)
DrawerLayout.LayoutParams (int width, int height)
DrawerLayout.LayoutParams (int width, int height, int gravity)
DrawerLayout.LayoutParams ( DrawerLayout.LayoutParams source)
DrawerLayout.LayoutParams ( ViewGroup.LayoutParams source)
DrawerLayout.LayoutParams ( ViewGroup.MarginLayoutParams source)
[Expand]
Inherited Methods
From class android.view.ViewGroup.MarginLayoutParams
From class android.view.ViewGroup.LayoutParams
From class java.lang.Object

Fields

public int gravity

Public Constructors

public DrawerLayout.LayoutParams ( Context c, AttributeSet attrs)

public DrawerLayout.LayoutParams (int width, int height)

public DrawerLayout.LayoutParams (int width, int height, int gravity)

public DrawerLayout.LayoutParams ( DrawerLayout.LayoutParams source)

public DrawerLayout.LayoutParams ( ViewGroup.LayoutParams source)

public DrawerLayout.LayoutParams ( ViewGroup.MarginLayoutParams source)