Outlined Textbox in Xamarin.Forms

后端 未结 2 1375
梦谈多话
梦谈多话 2020-12-20 00:59

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.s

2条回答
  •  轻奢々
    轻奢々 (楼主)
    2020-12-20 01:45

    You can achieve using Grid with some -ve margin value like this:

    
        
            
        
        
    

    Output:

提交回复
热议问题