diff options
author | Matthew Wong <wongma@protonmail.ch> | 2015-07-18 16:25:16 -0400 |
---|---|---|
committer | Matthew Wong <wongma@protonmail.ch> | 2015-07-18 16:25:16 -0400 |
commit | 33a4a183eb6afc7a4f50e64338a8ecaf5008bc57 (patch) | |
tree | 54bd3d0e2936760bcdb125fd491f55792153d29e /app/src/main/res | |
parent | dcf66672fe26c2b5103c4c1bc38ca0a1b84bc7e0 (diff) |
Remove fontfamily xml
Diffstat (limited to 'app/src/main/res')
-rw-r--r-- | app/src/main/res/layout/fragment_pwgen.xml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/app/src/main/res/layout/fragment_pwgen.xml b/app/src/main/res/layout/fragment_pwgen.xml index da436d8d..072a78a9 100644 --- a/app/src/main/res/layout/fragment_pwgen.xml +++ b/app/src/main/res/layout/fragment_pwgen.xml @@ -21,8 +21,7 @@ android:layout_marginBottom="8dp" android:editable="false" android:textIsSelectable="true" - android:inputType="textVisiblePassword" - android:fontFamily="monospace"/> + android:inputType="textVisiblePassword"/> <LinearLayout android:layout_width="match_parent" |