How do you change the background color at Floating Action Mode?
-
How do Floating Action Mode change the color of the background in androids?
-
As an option to add such a recording to the style of the topic:
<item name="android:actionModeBackground">@color/dark_red</item>
https://medium.com/over-engineering/using-androids-actionmode-e903181f2ee3 well described how to work with the context menu. In the case of the colour of the allocation, it may be added to EditText:
android:textColorHighlight="#ff0000"
or add to the text field:
et.setHighlightColor(ContextCompat.getColor(getContext(), R.color.highlight));