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
The text was updated successfully, but these errors were encountered:
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);
Sorry, something went wrong.
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.
Thanks for letting me know, fixed ;)
No branches or pull requests
The text was updated successfully, but these errors were encountered: