Make status bar transparent on login screen

This commit is contained in:
Niko Diamadis
2023-06-08 22:55:30 +02:00
parent ceed8417a2
commit 1a6d2269f5
2 changed files with 9 additions and 1 deletions

View File

@@ -40,7 +40,7 @@
android:name=".login.LoginActivity"
android:exported="false"
android:label="Login"
android:theme="@style/AppTheme.NoActionBar"
android:theme="@style/AppTheme.NoActionBar.Login"
android:windowSoftInputMode="adjustResize" />
<activity
android:name=".log.LogsActivity"