How to Change the Text Selection Toolbar color which comes when we copy a text?
问题 I am developing an application and i set "android:textIsSelectable" for the TextViews. But my material theme is not matching with the TextSelection appBar. Is there a way by which i can change the color of that appBar ?? Attached the Image Below Check it :- 回答1: Assuming you use the appcompat-v7 library add these to your theme:¨ <!-- this makes sure the action mode is painted over not above the action bar --> <item name="windowActionModeOverlay">true</item> <item name="actionModeBackground">