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

@@ -30,12 +30,12 @@
<com.github.pinball83.maskededittext.MaskedEditText
android:id="@+id/backup_code"
style="@style/BackupCodeTextStyle"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_gravity="center_horizontal"
android:layout_marginLeft="16dp"
android:layout_marginRight="16dp"
android:textSize="14dp"
android:textStyle="bold"
android:typeface="monospace"
app:mask="****-****-****-****-****-****"