UNPKG

purgetss

Version:

A package that simplifies mobile app creation for Titanium developers.

28 lines 2.46 kB
```scss // Property(ies): theme - Android Only // Component(s): Ti.UI.Window '.theme-titanium[platform=android]': { theme: 'Theme.Titanium' } '.theme-titanium-day-night[platform=android]': { theme: 'Theme.Titanium.DayNight' } '.theme-titanium-day-night-no-title-bar[platform=android]': { theme: 'Theme.Titanium.DayNight.NoTitleBar' } '.theme-titanium-day-night-fullscreen[platform=android]': { theme: 'Theme.Titanium.DayNight.Fullscreen' } '.theme-titanium-day-night-solid[platform=android]': { theme: 'Theme.Titanium.DayNight.Solid' } '.theme-titanium-day-night-solid-no-title-bar[platform=android]': { theme: 'Theme.Titanium.DayNight.Solid.NoTitleBar' } '.theme-titanium-day-night-solid-fullscreen[platform=android]': { theme: 'Theme.Titanium.DayNight.Solid.Fullscreen' } '.theme-titanium-dark[platform=android]': { theme: 'Theme.Titanium.Dark' } '.theme-titanium-dark-no-title-bar[platform=android]': { theme: 'Theme.Titanium.Dark.NoTitleBar' } '.theme-titanium-dark-fullscreen[platform=android]': { theme: 'Theme.Titanium.Dark.Fullscreen' } '.theme-titanium-dark-solid[platform=android]': { theme: 'Theme.Titanium.Dark.Solid' } '.theme-titanium-dark-solid-no-title-bar[platform=android]': { theme: 'Theme.Titanium.Dark.Solid.NoTitleBar' } '.theme-titanium-dark-solid-fullscreen[platform=android]': { theme: 'Theme.Titanium.Dark.Solid.Fullscreen' } '.theme-titanium-light[platform=android]': { theme: 'Theme.Titanium.Light' } '.theme-titanium-light-no-title-bar[platform=android]': { theme: 'Theme.Titanium.Light.NoTitleBar' } '.theme-titanium-light-fullscreen[platform=android]': { theme: 'Theme.Titanium.Light.Fullscreen' } '.theme-titanium-light-solid[platform=android]': { theme: 'Theme.Titanium.Light.Solid' } '.theme-titanium-light-solid-no-title-bar[platform=android]': { theme: 'Theme.Titanium.Light.Solid.NoTitleBar' } '.theme-titanium-light-solid-fullscreen[platform=android]': { theme: 'Theme.Titanium.Light.Solid.Fullscreen' } '.theme-app-derived-no-title-bar[platform=android]': { theme: 'Theme.AppDerived.NoTitleBar' } '.theme-app-derived-fullscreen[platform=android]': { theme: 'Theme.AppDerived.Fullscreen' } '.theme-app-derived-translucent[platform=android]': { theme: 'Theme.AppDerived.Translucent' } '.theme-app-derived-translucent-no-title-bar[platform=android]': { theme: 'Theme.AppDerived.Translucent.NoTitleBar' } '.theme-app-derived-translucent-fullscreen[platform=android]': { theme: 'Theme.AppDerived.Translucent.Fullscreen' } ```