Material design Spinner using TextInputLayout.OutlinedBox styling

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

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

        

        
8条回答
  •  梦如初夏
    2021-02-05 12:03

    I am using the below material libs to get spinner

    implementation 'androidx.appcompat:appcompat:1.2.0'
    implementation 'com.google.android.material:material:1.2.1'
    

    Here is my layout look like

     
    
                
    
            
    

    Check out this image for the spinner

提交回复
热议问题