com.xrigau.syncscrolling.view
Class SynchronizedRelativeLayout.Gravity

java.lang.Object
  extended by com.xrigau.syncscrolling.view.SynchronizedRelativeLayout.Gravity
Enclosing class:
SynchronizedRelativeLayout

public static class SynchronizedRelativeLayout.Gravity
extends java.lang.Object

Static class containing the possible values that the syncView_layout attribute can have.

Author:
Xavi Rigau

Field Summary
static int CENTER_HORIZONTAL
           
static int LEFT
           
static int RIGHT
           
 
Constructor Summary
SynchronizedRelativeLayout.Gravity()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

LEFT

public static final int LEFT
See Also:
Constant Field Values

CENTER_HORIZONTAL

public static final int CENTER_HORIZONTAL
See Also:
Constant Field Values

RIGHT

public static final int RIGHT
See Also:
Constant Field Values
Constructor Detail

SynchronizedRelativeLayout.Gravity

public SynchronizedRelativeLayout.Gravity()