On android you have to add a style
item name="android:colorLongPressedHighlight" @color/mycolor
The issue now is that my viewcell has a background (some items have one color, other items have a different background color) and the highlight color only shows when the background is transparent.
Posts
Ok. So I have found a partial solution.
On android you have to add a style
item name="android:colorLongPressedHighlight" @color/mycolor
The issue now is that my viewcell has a background (some items have one color, other items have a different background color) and the highlight color only shows when the background is transparent.