From 43c78c6e9bb29e2bf3cca9dcf0e183f39d822afd Mon Sep 17 00:00:00 2001 From: CappielloAntonio Date: Wed, 4 Aug 2021 08:33:53 +0200 Subject: [PATCH] Migrate to Android 12 splash screen implementation --- .idea/.name | 1 + .idea/deploymentTargetDropDown.xml | 17 +++++++++++++++++ .idea/misc.xml | 2 ++ app/build.gradle | 3 +++ app/src/main/AndroidManifest.xml | 2 +- .../play/ui/activity/MainActivity.java | 3 +++ app/src/main/res/values-night/styles.xml | 5 +++++ app/src/main/res/values/styles.xml | 5 +++++ 8 files changed, 37 insertions(+), 1 deletion(-) create mode 100644 .idea/.name create mode 100644 .idea/deploymentTargetDropDown.xml diff --git a/.idea/.name b/.idea/.name new file mode 100644 index 00000000..46ec8584 --- /dev/null +++ b/.idea/.name @@ -0,0 +1 @@ +Play \ No newline at end of file diff --git a/.idea/deploymentTargetDropDown.xml b/.idea/deploymentTargetDropDown.xml new file mode 100644 index 00000000..35739948 --- /dev/null +++ b/.idea/deploymentTargetDropDown.xml @@ -0,0 +1,17 @@ + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/.idea/misc.xml b/.idea/misc.xml index 1692b426..788713e1 100644 --- a/.idea/misc.xml +++ b/.idea/misc.xml @@ -3,8 +3,10 @@