EROS: fix activity background
This commit is contained in:
parent
45e31c1987
commit
3326225d4f
1 changed files with 8 additions and 4 deletions
|
@ -8,15 +8,19 @@
|
|||
|
||||
<activity
|
||||
android:name=".ui.wizard.activation.ErosPodActivationWizardActivity"
|
||||
android:exported="false" />
|
||||
android:exported="false"
|
||||
android:theme="@style/AppTheme.NoActionBar" />
|
||||
<activity
|
||||
android:name=".ui.wizard.deactivation.ErosPodDeactivationWizardActivity"
|
||||
android:exported="false" />
|
||||
android:exported="false"
|
||||
android:theme="@style/AppTheme.NoActionBar" />
|
||||
<activity
|
||||
android:name=".ui.ErosPodManagementActivity"
|
||||
android:exported="false" />
|
||||
android:exported="false"
|
||||
android:theme="@style/AppTheme.NoActionBar" />
|
||||
<activity
|
||||
android:name=".ui.ErosPodHistoryActivity"
|
||||
android:exported="false" />
|
||||
android:exported="false"
|
||||
android:theme="@style/AppTheme.NoActionBar" />
|
||||
</application>
|
||||
</manifest>
|
Loading…
Reference in a new issue