items
// Property(ies): top, bottom, width(FILL), height(FILL)
// Description: top, bottom, width, height properties for aligning items in a Grid System
// Component(s): Ti.UI.ActivityIndicator, Ti.UI.Animaiton, Ti.UI.View, Ti.UI.Window
'.items-start': { top: 0 }
'.items-end': { bottom: 0 }
'.items-center': { width: Ti.UI.FILL, height: Ti.UI.FILL }