Updated on 2026-08-14

This commit is contained in:
Tangem 2026-07-02 11:51:03 +03:00
parent 8a83664e9a
commit 728187e890
11 changed files with 231 additions and 139 deletions

View file

@ -1,5 +1,5 @@
<resources>
<bool name="largeHeap">true</bool>
</resources>
<resources>
<bool name="largeHeap">true</bool>
</resources>

View file

@ -1,12 +1,12 @@
<resources>
<!-- Declare custom theme attributes that allow changing which styles are
used for button bars depending on the API level.
?android:attr/buttonBarStyle is new as of API 11 so this is
necessary to support previous API levels. -->
<declare-styleable name="ButtonBarContainerTheme">
<attr name="metaButtonBarStyle" format="reference" />
<attr name="metaButtonBarButtonStyle" format="reference" />
</declare-styleable>
</resources>
<resources>
<!-- Declare custom theme attributes that allow changing which styles are
used for button bars depending on the API level.
?android:attr/buttonBarStyle is new as of API 11 so this is
necessary to support previous API levels. -->
<declare-styleable name="ButtonBarContainerTheme">
<attr name="metaButtonBarStyle" format="reference" />
<attr name="metaButtonBarButtonStyle" format="reference" />
</declare-styleable>
</resources>

View file

@ -1,5 +1,5 @@
<resources>
<bool name="largeHeap">true</bool>
</resources>
<resources>
<bool name="largeHeap">true</bool>
</resources>