| java.lang.Object | ||
| ↳ | java.lang.Enum<E extends java.lang.Enum<E>> | |
| ↳ | greendroid.widget.ActionBarItem.Type | |
The Type specifies a large set of pre-defined ActionBarItems that
may be added to an ActionBar.
| Enum Values | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| ActionBarItem.Type | Add | A plus sign | |||||||||
| ActionBarItem.Type | AllFriends | A group of 3 people. | |||||||||
| ActionBarItem.Type | Compass | A compass | |||||||||
| ActionBarItem.Type | Compose | A sheet of paper with a pen | |||||||||
| ActionBarItem.Type | Edit | A pencil | |||||||||
| ActionBarItem.Type | Export | A dot with an arrow | |||||||||
| ActionBarItem.Type | Eye | An eye. | |||||||||
| ActionBarItem.Type | Gallery | A polaroid-like picture. | |||||||||
| ActionBarItem.Type | GoHome | A house. | |||||||||
| ActionBarItem.Type | Group | A group of 2 people. | |||||||||
| ActionBarItem.Type | Help | A plain circle with a question mark engraved in the center | |||||||||
| ActionBarItem.Type | Info | A plain circle with a 'I' engraved in the center | |||||||||
| ActionBarItem.Type | List | Some horizontal bars. | |||||||||
| ActionBarItem.Type | Locate | The traditional GMaps pin | |||||||||
| ActionBarItem.Type | LocateMyself | A surrounded dot | |||||||||
| ActionBarItem.Type | An envelope. | ||||||||||
| ActionBarItem.Type | Refresh | Two curved arrows | |||||||||
| ActionBarItem.Type | Search | A magnifying glass | |||||||||
| ActionBarItem.Type | Settings | The Android-like 'Settings' icon | |||||||||
| ActionBarItem.Type | Share | A dot with two arrows | |||||||||
| ActionBarItem.Type | Slideshow | A stack of polaroid-like pictures. | |||||||||
| ActionBarItem.Type | SortAlphabetically | A-Z | |||||||||
| ActionBarItem.Type | SortBySize | Some variable-size horizontal bars | |||||||||
| ActionBarItem.Type | Star | A star | |||||||||
| ActionBarItem.Type | TakePhoto | A camera | |||||||||
| ActionBarItem.Type | Talk | A speech bubble | |||||||||
| ActionBarItem.Type | Trashcan | A trashcan. | |||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Enum
| |||||||||||
From class
java.lang.Object
| |||||||||||
From interface
java.lang.Comparable
| |||||||||||
A house. This type should only be used for actions going back to the main screen/menu of an application.
A plain circle with a question mark engraved in the center
A plain circle with a 'I' engraved in the center
A trashcan. May be used for a "delete" action.