/**@class android.app.ActionBar.LayoutParams
@extends android.view.ViewGroup.MarginLayoutParams

 Per-child layout information associated with action bar custom views.

 @attr ref android.R.styleable#ActionBar_LayoutParams_layout_gravity
*/
var LayoutParams = {

/** Gravity for the view associated with these LayoutParams.

 @see android.view.Gravity
*/
gravity : "null",

};