RuntimeException while using new TextInputLayout from support design library

后端 未结 6 714
情话喂你
情话喂你 2020-12-10 03:37

I have very simple layout where I use new android.support.design.widget.TextInputLayout view from Design Support Library



        
6条回答
  •  [愿得一人]
    2020-12-10 03:43

    Have you added the Design Support Library? Add the dependency:

    compile 'com.android.support:design:22.2.0'
    

    to your build.gradle

提交回复
热议问题