I'm looking for an Option to design the context menu for an edit text.
So, if you have an Activity
with an Edittext
and you make a long click on it, at the top of the screen the context menu (containing cut, copy, ...) pops up.
How can I change the Background color?
Thanks in advance.
EDIT:
<style name="MyTheme" parent="Theme.AppCompat.Light.NoActionBar">
If I change it to
<style name="MyTheme" parent="Theme.AppCompat.NoActionBar">
The menu gets a dark background instead
What style attribute I have to change to set it to e.g. orange?