LinearLayout 标记抱怨
' layout_height'属性应定义为 ' layout_width'属性应该定义
这是我的 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>
这里有什么问题?