Skip to content
This repository has been archived by the owner on Dec 20, 2023. It is now read-only.

startSupportActionMode works not propertly with Colorful #47

Open
iq1 opened this issue Jul 22, 2019 · 0 comments
Open

startSupportActionMode works not propertly with Colorful #47

iq1 opened this issue Jul 22, 2019 · 0 comments

Comments

@iq1
Copy link

iq1 commented Jul 22, 2019

I have added Colorful library into my app and ActionMode is broken now. Action toolbar appears above the toolbar. Looks like Colorful style doesn't have or ignore my windowActionModeOverlay.

Library initialized as:

 CustomThemeColor defaultTheme = new CustomThemeColor(
                this,
                R.style.my_default_primary_color,
                R.style.my_default_rimary_dark_color,
                R.color.colorPrimary,
                R.color.colorPrimary
        );
        Defaults themeDefaults = new Defaults(
                defaultTheme,
                defaultTheme,
                false,
                false,
                R.style.AppTheme
        );
        initColorful(this, themeDefaults);

Activity extends CAppCompatActivity. But startSupportActionMode leads to this:
screen

Do you know how to fix this?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant