Dewey Popup Panel
Dewey's implementation of a popup panel, which are typically covering nearly the entire screen.
The popup panel by default has a drag handle and a navigation bar on the top. The drag handle can be shown or hidden by calling setIsDragHandleVisible. The navigation bar can be customized by calling setNavigationMenuResId and setOnMenuItemClickListener. For the navigation bar, the default menu resource is R.menu.dewey_popup_panel_default_menu, which contains a close button with the ID android.R.id.closeButton.
Functions
Override this method to provide the content view of the popup panel, which will be displayed below the navigation bar.
Set the message that will be read by the screen reader when the popup container gets focus. This could be used to provide additional context to the user about the popup when it is firstly showing on the screen.