Outlined Textbox in Xamarin.Forms
问题 I want to implement material outlined textbox in Xamarin.Forms. I had created custom renderers but not able to apply style to it. I want text box like this image https://i.stack.imgur.com/7pWPr.png By creating custom renderer and inheriting from TextInputLayout displays default material textbox. https://i.stack.imgur.com/Ek9Vb.jpg 回答1: You can use Custom Renderer to custom a View which contained a material designed Entry . Create a EntryView in Forms: public class EntryView : ContentView {