布局问题?

Layout problems?

所以当我更改所有 imageView ID 时发生错误。我完全不知道如何解决这个错误。我应该重新开始吗?错误是

-错误:(83) 在包 'android'

中找不到属性 'layout_scaleType' 的资源标识符

-错误:(126) 在包 'android'

中找不到属性 'layout_scalelType' 的资源标识符

-错误:(128, 39) 不允许使用字符串类型(在 'layout_width' 处,值为 'match_constraint')。

-错误:(129, 40) 字符串类型不允许(在 'layout_height' 处,值为 'match_constraint')。

感谢任何帮助

-Error:(83) No resource identifier found for attribute 'layout_scaleType' in package 'android'

-Error:(126) No resource identifier found for attribute 'layout_scalelType' in >package 'android'

-Error:(128, 39) String types not allowed (at 'layout_width' with value >'match_constraint').

-Error:(129, 40) String types not allowed (at 'layout_height' with value 'match_constraint').

这些都是错别字, 将 layout_scaleTypelayout_scalelType 替换为 scaleType match_constraint0dp

要在约束布局中创建视图 match_constraint,我们使用 0dp