```scss
// Property(ies): drawerIndicatorEnabled - Android Only
// Component(s): Ti.UI.Android.DrawerLayout
'.drawer-indicator-enabled[platform=android]': { drawerIndicatorEnabled: true }
'.drawer-indicator-disabled[platform=android]': { drawerIndicatorEnabled: false }
```