I'm making a cross platform app(Android, WinPhone) using xamarin forms. I need to create a Rounded Textbox, just like the input box in Whatsapp chat window. The textbox control is called Editor in Xamarin Forms.
Does anyone know how to create a rounded corner editor? I've tried implementing a renderer in both platforms but didn't find what I was looking for.
Edit
After trying your method the Editor looks like this when unclicked:

And looks like this when clicked:
The background shape is rectangle for some reason, I'd prefer if it will be only in the borders of the editor. Any ideas how?
