```scss
// Property(ies): hintType - Android Only
// Component(s): Ti.UI.TextArea, Ti.UI.TextField
'.hint-type-static[platform=android]': { hintType: Ti.UI.HINT_TYPE_STATIC }
'.hint-type-animated[platform=android]': { hintType: Ti.UI.HINT_TYPE_ANIMATED }
```