Updated on 2026-08-14
This commit is contained in:
commit
f6d3003cb0
6 changed files with 21 additions and 0 deletions
4
app/src/debug/res/values/values.xml
Normal file
4
app/src/debug/res/values/values.xml
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources>
|
||||
<bool name="resizeable_activity">true</bool>
|
||||
</resources>
|
||||
4
app/src/external/res/values/values.xml
vendored
Normal file
4
app/src/external/res/values/values.xml
vendored
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources>
|
||||
<bool name="resizeable_activity">true</bool>
|
||||
</resources>
|
||||
4
app/src/internal/res/values/values.xml
Normal file
4
app/src/internal/res/values/values.xml
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources>
|
||||
<bool name="resizeable_activity">true</bool>
|
||||
</resources>
|
||||
|
|
@ -40,6 +40,7 @@
|
|||
android:fullBackupContent="false"
|
||||
android:hardwareAccelerated="true"
|
||||
android:icon="@mipmap/ic_launcher"
|
||||
android:resizeableActivity="@bool/resizeable_activity"
|
||||
android:label="@string/tangem_app_name"
|
||||
android:largeHeap="@bool/largeHeap"
|
||||
android:networkSecurityConfig="@xml/network_security_config"
|
||||
|
|
|
|||
4
app/src/main/res/values/values.xml
Normal file
4
app/src/main/res/values/values.xml
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources>
|
||||
<bool name="resizeable_activity">false</bool>
|
||||
</resources>
|
||||
4
app/src/mocked/res/values/values.xml
Normal file
4
app/src/mocked/res/values/values.xml
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources>
|
||||
<bool name="resizeable_activity">true</bool>
|
||||
</resources>
|
||||
Loading…
Add table
Add a link
Reference in a new issue