How to remove white box from TextInputLayout

后端 未结 4 536
感情败类
感情败类 2021-01-02 01:21

Today I have just updated my dependencies of material design

from 1.0.0 to 1.1.0-alpha09

implementa         


        
4条回答
  •  执笔经年
    2021-01-02 02:10

    Using a material Theme the default style used by the TextInputLayout is @style/Widget.MaterialComponents.TextInputLayout.FilledBox

    To obtain something similar just change the background color using the boxBackgroundColor attribute:

      
    

    Also use the android:hint="@string/hint_enter_email" in the TextInputLayout not in the TextInputEditText

提交回复
热议问题