Material design Spinner using TextInputLayout.OutlinedBox styling

前端 未结 8 1093
暗喜
暗喜 2021-02-05 11:31

I am currently using Material Design TextInputLayout OutlinedBox as shown below:

        

        
8条回答
  •  悲&欢浪女
    2021-02-05 11:43

    Just use the TextInputLayout included in the Material Components Library with the style Widget.MaterialComponents.TextInputLayout.OutlinedBox.ExposedDropdownMenu.

    Something like:

      
    
        
      
    

提交回复
热议问题