Round corners of a listView get edgy when selected in android -


I have a list view that uses a spherical-corner image for a background thing If the user selects one item, then the entire area (round-corner image and small intervals that will complete the item in rectangle) is selected. How do I deal with this? Thank you.

When a user selects an item, Android shows the dozas determined by Android: the selector drawable , Which is the default rectangle

You have to replace it with your own selector drauble, which has round corners.

Comments