aboutsummaryrefslogtreecommitdiffstats
path: root/OpenKeychain/src/main/res/values-sw360dp/styles.xml
blob: 70587b7dc8b6e15ac7829f43419a0f979ab26027 (plain)
1
2
3
4
5
6
7
8
9
<?xml version="1.0" encoding="utf-8"?>
<resources xmlns:tools="http://schemas.android.com/tools">

    <!-- constrain size of backup code input for smaller devices -->
    <style name="BackupCodeTextStyle">
        <item name="android:textSize" tools:ignore="SpUsage">16dp</item>
    </style>

</resources>