Hello,
Welcome to our Microsoft Q&A platform!
In android, you can simply add following tag(s) to styles.xml (location: Android project > Resources > values > styles.xml)
<item name="android:colorLongPressedHighlight">@color/ListViewHighlighted</item>
And add color in file colors.xml:
<color name="ListViewHighlighted">#FFFF00</color>
The result is:
Best Regards,
Jessie Zhang
---
If the response is helpful, please click "Accept Answer" and upvote it.
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.