I have used custom rendering to display the entry cell in xamarin forms for IOS and android. I am able to change the background color of the cell but is there any way to set any background image to an entry cell. Also how to hide the under bar line in android entry cell which comes default.
My custom entry cell in PCl :
<local:MyEntry Placeholder="Placeholder" PlaceholderColor="Grey" TextColor="Black"/>