android / user-interface-samples

Multiple samples showing the best practices in the user interface on Android.
Apache License 2.0
4.38k stars 1.64k forks source link

SplashScreen app for Android 12. Animated drawable not showing #316

Open olkazmin opened 2 years ago

olkazmin commented 2 years ago

There are three splash screen variants in the example. Two of them show green colored splash but none of them show the hourglass icon in the middle. There is no hourglass animation when launching AnimatedActivity. Just a green(lime) splash screen.

Am I the only one? What am i doing wrong?

https://user-images.githubusercontent.com/11742725/148903301-6fdd3da9-8e42-460a-b454-e47321d33011.mp4

Device: Pixel 3a OS: Android 12 IDE: Android Studio Bumblebee | 2021.1.1 Beta 3 Build #AI-211.7628.21.2111.7863044, built on October 28, 2021 Runtime version: 11.0.11+0-b60-7590822 x86_64 VM: OpenJDK 64-Bit Server VM by JetBrains s.r.o. macOS 10.15.6 GC: G1 Young Generation, G1 Old Generation Memory: 4096M Cores: 12 Registry: external.system.auto.import.disabled=true, ide.images.show.chessboard=true Non-Bundled Plugins: krasa.CpuUsageIndicator (1.14), com.developerphil.adbidea (1.6.4)

Leongeneral commented 2 years ago

Can you put your code on it?

olkazmin commented 2 years ago

SplashScreen.zip

This is the same stuff as in this repo

par128 commented 2 years ago

Any progress with this issue? We are trying to implement the new Splash feature and are not able to.