I've been experiencing this weird problem.
Copy and paste icons do not show up in my apps action items bar pre lollipop.
I enable the copy and paste like this:
mTextView.setTextIsSelectable(true);
Screeenshots attached:
Copy and paste bars not shown: only white space
My theme is in styles is : Theme.AppCompat.Light.DarkActionBar
Help appreciated from anyone.