```scss
// Property(ies): inputType - Android Only
// Component(s): Ti.UI.TextField
'.input-type-class-number[platform=android]': { inputType: Ti.UI.INPUT_TYPE_CLASS_NUMBER }
'.input-type-class-text[platform=android]': { inputType: Ti.UI.INPUT_TYPE_CLASS_TEXT }
```