Interface | Description |
---|---|
ActionBar.OnMenuVisibilityListener |
Listener for receiving events when action bar menus are shown or hidden.
|
ActionBar.OnNavigationListener | Deprecated
Action bar navigation modes are deprecated and not supported by inline
toolbar action bars.
|
ActionBar.TabListener | Deprecated
Action bar navigation modes are deprecated and not supported by inline
toolbar action bars.
|
ActionBarDrawerToggle.Delegate | |
ActionBarDrawerToggle.DelegateProvider |
Allows an implementing Activity to return an
ActionBarDrawerToggle.Delegate to use
with ActionBarDrawerToggle. |
AppCompatCallback |
Implemented this in order for AppCompat to be able to callback in certain situations.
|
Class | Description |
---|---|
ActionBar |
A primary toolbar within the activity that may display the activity title, application-level
navigation affordances, and other interactive items.
|
ActionBar.LayoutParams |
Per-child layout information associated with action bar custom views.
|
ActionBar.Tab | Deprecated
Action bar navigation modes are deprecated and not supported by inline
toolbar action bars.
|
ActionBarActivity | Deprecated
Use
AppCompatActivity instead. |
ActionBarDrawerToggle |
This class provides a handy way to tie together the functionality of
DrawerLayout and the framework ActionBar to
implement the recommended design for navigation drawers. |
AlertDialog |
A subclass of Dialog that can display one, two or three buttons.
|
AlertDialog.Builder | |
AppCompatActivity |
Base class for activities that use the
support library action bar features.
|
AppCompatDelegate |
This class represents a delegate which you can use to extend AppCompat's support to any
Activity . |
AppCompatDialog |
Base class for AppCompat themed
Dialog s. |
AppCompatDialogFragment |
A special version of
DialogFragment which uses an AppCompatDialog in place of a
platform-styled dialog. |
MediaRouteActionProvider |
The media route action provider displays a
media route button
in the application's ActionBar to allow the user to select routes and
to control the currently selected route. |
MediaRouteButton |
The media route button allows the user to select routes and to control the
currently selected route.
|
MediaRouteChooserDialog |
This class implements the route chooser dialog for
MediaRouter . |
MediaRouteChooserDialogFragment |
Media route chooser dialog fragment.
|
MediaRouteControllerDialog |
This class implements the route controller dialog for
MediaRouter . |
MediaRouteControllerDialogFragment |
Media route controller dialog fragment.
|
MediaRouteDialogFactory |
The media route dialog factory is responsible for creating the media route
chooser and controller dialogs as needed.
|
MediaRouteDiscoveryFragment |
Media route discovery fragment.
|
NotificationCompat |
An extension of
NotificationCompat which supports
NotificationCompat.MediaStyle ,
NotificationCompat.DecoratedCustomViewStyle ,
and NotificationCompat.DecoratedMediaCustomViewStyle . |
NotificationCompat.Builder |
See
NotificationCompat . |
NotificationCompat.DecoratedCustomViewStyle |
Notification style for custom views that are decorated by the system.
|
NotificationCompat.DecoratedMediaCustomViewStyle |
Notification style for media custom views that are decorated by the system.
|
NotificationCompat.MediaStyle |
Notification style for media playback notifications.
|
WindowDecorActionBar |
WindowDecorActionBar is the ActionBar implementation used
by devices of all screen sizes as part of the window decor layout.
|
Annotation Type | Description |
---|---|
ActionBar.DisplayOptions | |
ActionBar.NavigationMode | |
AppCompatDelegate.NightMode |