Xamarin Forms Android EntryCell Underline
问题 I need to remove the default underline as seen in this image EntryCell Example I have already created a custom Renderer for Android which is working fine on the device. I am able to color the EntryCells along with other UI tweaks. However I need to get rid of the line, I am using a placeholder to make it obvious that it is an EntryCell so I don't want the line to be visible. What needs to be added to achieve this using System; using System.ComponentModel; using Android.Content; using Android