diff --git a/app/build.gradle b/app/build.gradle index c50b17c5..3f08bbce 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -51,7 +51,7 @@ dependencies { implementation 'com.google.android.material:material:1.4.0' // Splashscreen - implementation 'androidx.core:core-splashscreen:1.0.0-alpha01' + // implementation 'androidx.core:core-splashscreen:1.0.0-alpha01' // SearchBar implementation "com.paulrybitskyi.persistentsearchview:persistentsearchview:1.1.3" diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml index e2181bd7..c2a9ca64 100644 --- a/app/src/main/AndroidManifest.xml +++ b/app/src/main/AndroidManifest.xml @@ -12,7 +12,7 @@ android:label="@string/app_name" android:roundIcon="@mipmap/ic_launcher" android:supportsRtl="true" - android:theme="@style/Theme.App.Starting" + android:theme="@style/AppTheme" android:usesCleartextTraffic="true" android:allowBackup="false"> - - -