mirror of
https://github.com/nextcloud/android.git
synced 2024-11-25 14:45:47 +03:00
fixed overlay bug with toolbar
This commit is contained in:
parent
ff32763024
commit
2bfb1b6903
2 changed files with 2 additions and 0 deletions
|
@ -27,6 +27,7 @@
|
|||
<item name="android:alertDialogTheme">@style/Theme.ownCloud.Dialog</item>
|
||||
<item name="alertDialogTheme">@style/ownCloud.AlertDialog</item>
|
||||
<item name="searchViewStyle">@style/ownCloud.SearchView</item>
|
||||
<item name="windowActionModeOverlay">true</item>
|
||||
</style>
|
||||
|
||||
<style name="Theme.ownCloud.Toolbar.Drawer">
|
||||
|
|
|
@ -46,6 +46,7 @@
|
|||
<item name="alertDialogTheme">@style/ownCloud.AlertDialog</item>
|
||||
<item name="android:windowBackground">@color/background_color</item>
|
||||
<item name="searchViewStyle">@style/ownCloud.SearchView</item>
|
||||
<item name="windowActionModeOverlay">true</item>
|
||||
</style>
|
||||
|
||||
<!-- separate style for Drawer activities needed for v21+ theming -->
|
||||
|
|
Loading…
Reference in a new issue