Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在线性布局中添加了一个动画,当动画运行时,如果我改变方向,它就会崩溃。我正在使用 .startAnimation(Animation) 来运行布局的动画。如何在方向更改期间处理元素的动画?
打开您的 manifest.xml 文件 .change 在您的活动选项卡中。
<activity android:configChanges="keyboardHidden|orientation" android:name=".testActivity" android:label="@string/app_name"></activity>