Swipe left but not able to find the delete icon position on android

The task here is find the element and swipe left, click on delete button
Until swipe it is working fine but when I am trying ti highlight the delete icon its not highlighting the delete icon for the particular element but highlighting the full.hence when tapping on delete icon is failing.
How can I find the position of delete button

So, basically when you are done with Swipe, then using UIAutomator or Appium try to get the element id of that Delete Icon and simply click that. It should do your delete.