Fix issue #93 - Remove white background when starting the app

This commit is contained in:
Thomas 2022-05-24 09:30:47 +02:00
parent d150e50c1f
commit 3071ceae6f
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@
android:label="@string/app_name"
android:roundIcon="@mipmap/ic_launcher_round"
android:supportsRtl="true"
android:theme="@style/AppTheme"
android:theme="@style/AppThemeDark"
>
<activity
android:name=".activities.MainActivity"