Actions
Feature #624
closedFix the text selection context menu on lower APIs
Start date:
09/14/2020
Due date:
% Done:
0%
Estimated time:
Description
Prior to the Day/Night theme, they would push the viewable window down. Now they cover up the top of the screen.
Updated by Soren Stoutner almost 5 years ago
- Status changed from New to Closed
This appears to be the desired design of the Day/Night theme. Instead of trying to overwrite it, I am just going to let it run as Google intends.
Updated by Soren Stoutner almost 5 years ago
I was incorrect. This is actually controlled by `<item name="windowActionModeOverlay">true</item>` in the theme. However, if this is removed, all the contextual action bars push down the app bar, including the bookmarks contextual action bar.
I think that overall the current behavior is the best.
Actions