以编程方式将null设置为null时,EditText具有顶部多余空间问题

时间:2018-10-23 20:49:11

标签: android android-layout kotlin

我有一个Textinputlayout,其中ediText背景在布局xml中设置为null:

android:background =“ @ null”

enter image description here

问题是当将背景设置为空时

tilState.background = null

提示标题有多余的空格:

enter image description here

1 个答案:

答案 0 :(得分:1)

我修复了使用recreate()函数重新创建xml布局的问题