```scss
// Property(ies): smoothScrollOnTabClick - Android Only
// Component(s): Ti.UI.TabGroup
'.smooth-scroll[platform=android]': { smoothScrollOnTabClick: true }
'.smooth-scroll-disabled[platform=android]': { smoothScrollOnTabClick: false }
```