ims.gpschildfinder
Class R.dimen

java.lang.Object
  extended by ims.gpschildfinder.R.dimen
Enclosing class:
R

public static final class R.dimen
extends java.lang.Object


Field Summary
static int activity_horizontal_margin
          Default screen margins, per the Android Design guidelines.
static int activity_vertical_margin
           
 
Constructor Summary
R.dimen()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

activity_horizontal_margin

public static final int activity_horizontal_margin
Default screen margins, per the Android Design guidelines. Example customization of dimensions originally defined in res/values/dimens.xml (such as screen margins) for screens with more than 820dp of available width. This would include 7" and 10" devices in landscape (~960dp and ~1280dp respectively).

See Also:
Constant Field Values

activity_vertical_margin

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

R.dimen

public R.dimen()