// Property(ies): theme - Android Only
// Component(s): Ti.UI.Window
'.theme-titanium': { theme: 'Theme.Titanium' }
'.theme-titanium-day-night': { theme: 'Theme.Titanium.DayNight' }
'.theme-titanium-day-night-no-title-bar': { theme: 'Theme.Titanium.DayNight.NoTitleBar' }
'.theme-titanium-day-night-fullscreen': { theme: 'Theme.Titanium.DayNight.Fullscreen' }
'.theme-titanium-day-night-solid': { theme: 'Theme.Titanium.DayNight.Solid' }
'.theme-titanium-day-night-solid-no-title-bar': { theme: 'Theme.Titanium.DayNight.Solid.NoTitleBar' }
'.theme-titanium-day-night-solid-fullscreen': { theme: 'Theme.Titanium.DayNight.Solid.Fullscreen' }
'.theme-titanium-dark': { theme: 'Theme.Titanium.Dark' }
'.theme-titanium-dark-no-title-bar': { theme: 'Theme.Titanium.Dark.NoTitleBar' }
'.theme-titanium-dark-fullscreen': { theme: 'Theme.Titanium.Dark.Fullscreen' }
'.theme-titanium-dark-solid': { theme: 'Theme.Titanium.Dark.Solid' }
'.theme-titanium-dark-solid-no-title-bar': { theme: 'Theme.Titanium.Dark.Solid.NoTitleBar' }
'.theme-titanium-dark-solid-fullscreen': { theme: 'Theme.Titanium.Dark.Solid.Fullscreen' }
'.theme-titanium-light': { theme: 'Theme.Titanium.Light' }
'.theme-titanium-light-no-title-bar': { theme: 'Theme.Titanium.Light.NoTitleBar' }
'.theme-titanium-light-fullscreen': { theme: 'Theme.Titanium.Light.Fullscreen' }
'.theme-titanium-light-solid': { theme: 'Theme.Titanium.Light.Solid' }
'.theme-titanium-light-solid-no-title-bar': { theme: 'Theme.Titanium.Light.Solid.NoTitleBar' }
'.theme-titanium-light-solid-fullscreen': { theme: 'Theme.Titanium.Light.Solid.Fullscreen' }
'.theme-app-derived-no-title-bar': { theme: 'Theme.AppDerived.NoTitleBar' }
'.theme-app-derived-fullscreen': { theme: 'Theme.AppDerived.Fullscreen' }
'.theme-app-derived-translucent': { theme: 'Theme.AppDerived.Translucent' }
'.theme-app-derived-translucent-no-title-bar': { theme: 'Theme.AppDerived.Translucent.NoTitleBar' }
'.theme-app-derived-translucent-fullscreen': { theme: 'Theme.AppDerived.Translucent.Fullscreen' }