Fix issue #93 - Remove white background when starting the app
This commit is contained in:
parent
d150e50c1f
commit
3071ceae6f
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue