Updated on 2026-08-14

This commit is contained in:
Tangem 2018-08-06 12:50:59 +03:00
parent f0f0b54cc4
commit 4d77a40172
4 changed files with 135 additions and 180 deletions

View file

@ -64,5 +64,13 @@
<item name="android:layout_marginRight">16dp</item>
</style>
<style name="ButtonPin" parent="@android:style/Widget.DeviceDefault.Button.Borderless">
<item name="android:layout_width">@dimen/pin_button_size</item>
<item name="android:layout_height">@dimen/pin_button_size</item>
<item name="android:layout_marginTop">8dp</item>
<item name="android:fontFamily">@font/maax</item>
<item name="android:textSize">@dimen/text_size_pin</item>
</style>
</resources>