```css
// Property: homeButtonEnabled
// Description: Enable or disable the &quot;home&quot; button in the corner of the action bar.
// Component(s): Ti.Android.ActionBar
'.home-button-enabled': { homeButtonEnabled: true }
'.home-button-enabled-false': { homeButtonEnabled: false }
```