diff --git a/app/build.gradle.kts b/app/build.gradle.kts index 3bdb798b..b831a3c8 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -135,4 +135,5 @@ dependencies { // rememberPermissionState implementation(libs.accompanist.permissions) + implementation(libs.androidx.core.splashscreen) } \ No newline at end of file diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml index 7cb2949d..56b393bd 100644 --- a/app/src/main/AndroidManifest.xml +++ b/app/src/main/AndroidManifest.xml @@ -17,7 +17,7 @@ android:label="@string/app_name" android:roundIcon="@mipmap/ic_launcher_round" android:supportsRtl="true" - android:theme="@style/Theme.ShowPot" + android:theme="@style/Theme.ShowPot.SplashScreenWithNoTheme" tools:targetApi="31"> + + + \ No newline at end of file diff --git a/core/designsystem/src/main/res/drawable/ic_logo.xml b/core/designsystem/src/main/res/drawable/ic_logo.xml new file mode 100644 index 00000000..1d9dd6aa --- /dev/null +++ b/core/designsystem/src/main/res/drawable/ic_logo.xml @@ -0,0 +1,22 @@ + + + + + + + + + diff --git a/feature/home/build.gradle.kts b/feature/home/build.gradle.kts index 6308873e..a307f720 100644 --- a/feature/home/build.gradle.kts +++ b/feature/home/build.gradle.kts @@ -66,4 +66,5 @@ dependencies { implementation(libs.orbit.viewmodel) implementation(libs.orbit.compose) + } \ No newline at end of file diff --git a/feature/home/src/main/res/values/themes.xml b/feature/home/src/main/res/values/themes.xml index a45c8bf4..568f76bb 100644 --- a/feature/home/src/main/res/values/themes.xml +++ b/feature/home/src/main/res/values/themes.xml @@ -1,5 +1,4 @@ -