-
[Android] remove activity animationAndroid 2022. 12. 26. 17:58반응형
<style name="myTheme" parent="android:Theme"> <item name="android:windowAnimationStyle">@null</item> <--add this </style>
반응형'Android' 카테고리의 다른 글
[Android] Array to ArrayList in Kotlin (0) 2023.02.23 [Android] Arraylist to Array in Kotlin (0) 2023.02.23 [Android] remove or hide Notification time (0) 2022.08.09 null cannot be cast to non-null type (0) 2022.06.27 [Android] 전화번호 가지고 전화 앱 열기 (0) 2021.08.27