Make it a style to reduce code duplication

This commit is contained in:
Dominik Schürmann
2016-03-08 16:10:06 +01:00
parent 456535729c
commit 7882f16331
6 changed files with 25 additions and 148 deletions

View File

@@ -0,0 +1,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>