Open
Description
Is your feature request related to a problem? Please describe.
The ListView component offers a couple properties for styling: separatorColor="#3d3d3d"
, backgroundColor="#000000"
. However it does not provide a property to style the background color when tapping on an item.
Describe the solution you'd like
Add a property to allow to set the background color used when an item is tapped.
E.g. backgroundActiveColor: #555555
Describe alternatives you've considered
I tried to solve this by styling the Template's child element and using touch events like this, however the ListView also adds padding around the child that is not possible to remove or adjust, meaning the default active style will always appear in the padding area anyway.
Anything else?
No response
Please accept these terms
- I have searched the existing issues as well as StackOverflow and this has not been posted before
- I agree to follow this project's Code of Conduct