Updated on 2026-08-14
This commit is contained in:
parent
99825905ab
commit
5226ce7667
6 changed files with 13 additions and 13 deletions
|
|
@ -32,7 +32,7 @@
|
|||
|
||||
<activity
|
||||
android:name="com.tangem.presentation.activity.LogoActivity"
|
||||
android:label="@string/title_activity_main"
|
||||
|
||||
android:screenOrientation="portrait"
|
||||
android:theme="@style/AppTheme.NoActionBar">
|
||||
<intent-filter>
|
||||
|
|
@ -43,7 +43,7 @@
|
|||
</activity>
|
||||
<activity
|
||||
android:name="com.tangem.presentation.activity.MainActivity"
|
||||
android:label="@string/title_activity_main"
|
||||
|
||||
android:launchMode="singleTask"
|
||||
android:screenOrientation="portrait"
|
||||
android:theme="@style/AppTheme.NoActionBar">
|
||||
|
|
@ -66,7 +66,7 @@
|
|||
</activity>
|
||||
<activity
|
||||
android:name="com.tangem.presentation.activity.RequestPINActivity"
|
||||
android:label="@string/title_activity_main"
|
||||
|
||||
android:screenOrientation="portrait"
|
||||
android:theme="@style/AppTheme.NoActionBar"/>
|
||||
<activity
|
||||
|
|
@ -98,7 +98,7 @@
|
|||
android:theme="@style/AppTheme.NoActionBar"/>
|
||||
<activity
|
||||
android:name="com.tangem.presentation.activity.CreateNewWalletActivity"
|
||||
android:label="@string/title_activity_main"
|
||||
|
||||
android:screenOrientation="portrait"
|
||||
android:theme="@style/AppTheme.NoActionBar"/>
|
||||
<activity
|
||||
|
|
@ -133,6 +133,7 @@
|
|||
android:name="com.tangem.presentation.activity.SettingsFeatureActivity"
|
||||
android:label="@string/title_activity_settings_feature">
|
||||
</activity>
|
||||
|
||||
</application>
|
||||
|
||||
</manifest>
|
||||
Loading…
Add table
Add a link
Reference in a new issue