[TIMOB-1113] Android: Add DIALOG and TITLE constants for ActivityIndicator
| GitHub Issue | n/a | 
|---|---|
| Type | New Feature | 
| Priority | Medium | 
| Status | Closed | 
| Resolution | Invalid | 
| Resolution Date | 2012-07-25T17:08:57.000+0000 | 
| Affected Version/s | n/a | 
| Fix Version/s | n/a | 
| Components | Android | 
| Labels | android, feature | 
| Reporter | Don Thorp | 
| Assignee | Neeraj Gupta | 
| Created | 2011-04-15T02:44:22.000+0000 | 
| Updated | 2012-07-26T23:53:52.000+0000 | 
Description
The Android Activity Indicator supports use in the status area. Insert and document the constants to be used with the location attribute.
0 - Title Area
1 - Dialog
The integers can be used with the location
attribute as a workaround. The default is DIALOG.
Already implemented a new Activity Indicator on Android for parity with iOS and MW. This ticket is invalid now.