How to change/remove item drag highlight? I'm using ItemTouchHelper and I know I need to do something with onChildDraw method but I don't want to override the whole ACTION_STATE_DRAG event, only need to affect that gray frame that appears when dragging items
What I have: gray frame
Edit: I noticed that the frame doesn't appear on pre Lollipop devices, so maybe I just need to set up some theme accent colors, but I can't find right selector for it (tried colorControlActivated and colorControlHighlight)