aboutsummaryrefslogtreecommitdiffstats
path: root/OpenKeychain/src/main/res/values-sw400dp/styles.xml
blob: b18c708d93d676969c2975266f9b87196396f73f (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">18dp</item>
    </style>

</resources>