1.No orientation specified, and the default is horizontal. This is a common source of bugs when children are added dynamically.
添加 android:orientation 即可
2.[Accessibility] Missing contentDescription attribute on image
添加 android:contentDescription=“@string/xx";