java.lang.Object | ||
↳ | java.lang.Enum<E extends java.lang.Enum<E>> | |
↳ | greendroid.widget.ActionBar.Type |
The Type specifies the layout of the ActionBar.
Enum Values | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
ActionBar.Type | Dashboard | ActionBar layout will contain the application Drawable on the left
and optional ActionBarItem s on the right. |
|||||||||
ActionBar.Type | Empty | ActionBar layout will contain optional ActionBarItem s on the
right. |
|||||||||
ActionBar.Type | Normal | ActionBar layout will contain a home item on the left and optional
ActionBarItem s on the right. |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() | |||||||||||
![]() |
ActionBar layout will contain the application Drawable on the left
and optional ActionBarItem
s on the right. Please note the
Dashboard type does not display the title of the current Activity.
ActionBar layout will contain optional ActionBarItem
s on the
right. The space that left will be used to display the title of the
current Activity.
ActionBar layout will contain a home item on the left and optional
ActionBarItem
s on the right. The space that left between is
used to display the title of the current Activity.