gpt4 book ai didi

android - 元素集没有必需的属性 layout_height

转载 作者:行者123 更新时间:2023-11-29 20:05:02 25 4
gpt4 key购买 nike

LinearLayout 标签提示

'layout_height' attribute should be defined
'layout_width' attribute should be defined

这是我的alpha_anim.xml:

  <?xml version="1.0" encoding="utf-8"?>
<set
xmlns:android="http://schemas.android.com/apk/res/android">

<translate
xmlns:android="http://schemas.android.com/apk/res/android"
android:fromXDelta="0%"
android:toXDelta="0%"
android:fromYDelta="200%"
android:toYDelta="0%"
android:duration="2000"
android:zAdjustment="top"/>

</set>

这里有什么问题吗?

最佳答案

放在res/anim/文件夹中。如果不存在则创建。也应该在 res/drawable/ 文件夹中工作。

关于android - 元素集没有必需的属性 layout_height,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/35797367/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com