Package-level declarations
Types
Link copied to clipboard
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.Link copied to clipboard
A subclass of Dialog that can display one, two or three buttons.
Link copied to clipboard
open class AppCompatActivity : FragmentActivity, AppCompatCallback, TaskStackBuilder.SupportParentable, ActionBarDrawerToggle.DelegateProvider
open class AppCompatActivity : FragmentActivity, AppCompatCallback, TaskStackBuilder.SupportParentable, ActionBarDrawerToggle.DelegateProvider
Base class for activities that wish to use some of the newer platform features on older Android devices.
Link copied to clipboard
interface AppCompatCallback
interface AppCompatCallback
Implemented this in order for AppCompat to be able to callback in certain situations.
Link copied to clipboard
This class represents a delegate which you can use to extend AppCompat's support to any android.app.Activity.
Link copied to clipboard
Base class for AppCompat themed android.app.Dialogs.
Link copied to clipboard
A special version of DialogFragment which uses an AppCompatDialog in place of a platform-styled dialog.
Link copied to clipboard
Link copied to clipboard
Test icon tinting in MenuItems
Link copied to clipboard
This class is used by AppCompat to automatically "substitute" all usages of core Android widgets inflated from layout files by the AppCompat extensions of those widgets.
Link copied to clipboard
A placeholder service to avoid adding application-level metadata.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
An activity with DayNight theme.
Link copied to clipboard
Test class extending DialogFragment used for testing of configuration changes like nightMode and locales.
Link copied to clipboard
WindowDecorActionBar is the ActionBar implementation used by devices of all screen sizes as part of the window decor layout.