Holo Light with Dark Actionbar showing Holo Dark copy and paste icons

android, android-actionbar, java

Solution

You have to manually set the theme again in the onCreateDialog method. It is a bug in the framework but this workaround works for the time being:

https://stackoverflow.com/a/19746561/1508506

Problem

so I have an app that is Holo Light with Dark Actionbar and whenever I go to copy and paste something in an EditText, the icons are white so you can't see them. A screenshot is located below. Is there any way to remedy this? Thanks!

Original source