diff options
author | Matthew Wong <wongma@protonmail.ch> | 2015-07-18 15:42:09 -0400 |
---|---|---|
committer | Matthew Wong <wongma@protonmail.ch> | 2015-07-18 15:42:09 -0400 |
commit | 8c6142bca6ca825ac937b0faebe38f5b626c283e (patch) | |
tree | 9206886bd60e48c995caf0c69998bf635373b85b /app/src/main/res/layout | |
parent | b5faaed49616578372a698f9a123d5a794593d20 (diff) |
Set correct monospace font, fix more textview/edittext confusion
Diffstat (limited to 'app/src/main/res/layout')
-rw-r--r-- | app/src/main/res/layout/fragment_ssh_keygen.xml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/app/src/main/res/layout/fragment_ssh_keygen.xml b/app/src/main/res/layout/fragment_ssh_keygen.xml index 27fe068a..321e77d0 100644 --- a/app/src/main/res/layout/fragment_ssh_keygen.xml +++ b/app/src/main/res/layout/fragment_ssh_keygen.xml @@ -36,8 +36,7 @@ android:layout_width="match_parent" android:layout_height="wrap_content" android:hint="@string/ssh_keygen_passphrase" - android:inputType="textPassword" - android:fontFamily="monospace"/> + android:inputType="textPassword"/> </android.support.design.widget.TextInputLayout> <CheckBox |