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>