Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Invisible icons in ActionBar during selection when in action mode #463

Closed
mvysny opened this issue Mar 27, 2015 · 3 comments
Closed

Invisible icons in ActionBar during selection when in action mode #463

mvysny opened this issue Mar 27, 2015 · 3 comments

Comments

@mvysny
Copy link
Owner

mvysny commented Mar 27, 2015

screenshot_2015-03-27-12-31-58

@mvysny
Copy link
Owner Author

mvysny commented Mar 27, 2015

Fixed in Aedict 3.14; for all poor souls bitten by this bug in appcompat v7 22.0.0, here is a solution:

                final View actionContextBar = getActivity().findViewById(R.id.action_context_bar);
                actionContextBar.setBackgroundColor(0xFF111111);

@mikemorr
Copy link

This is fixed in the dictionary list in 3.14, thanks! I am seeing a similar issue (blank white bar at the top) if I long-press on the search-field text (as if to copy/paste); screenshot attached.
screenshot_2015-03-30-13-05-16

@mvysny mvysny reopened this Mar 31, 2015
@mvysny
Copy link
Owner Author

mvysny commented Mar 31, 2015

Thanks for letting me know, fixed ;)

@mvysny mvysny closed this as completed Mar 31, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants