From 9acad2abf68b64d3ca70b5263a72dfe3d5ff0081 Mon Sep 17 00:00:00 2001 From: Aditya Wasan Date: Wed, 13 Nov 2019 00:55:56 +0530 Subject: Convert java files to kotlin (#570) * Break SshKeyGen into multiple files * Use tinted material button * Convert PasswordStore to kotlin * Remove SshKeyGen * Remove explicit imports and other tweaks Signed-off-by: Aditya Wasan --- app/src/main/res/font/sourcecodepro.ttf | Bin 0 -> 52660 bytes app/src/main/res/layout/fragment_ssh_keygen.xml | 9 ++++++--- app/src/main/res/values/strings.xml | 3 +++ 3 files changed, 9 insertions(+), 3 deletions(-) create mode 100644 app/src/main/res/font/sourcecodepro.ttf (limited to 'app/src/main/res') diff --git a/app/src/main/res/font/sourcecodepro.ttf b/app/src/main/res/font/sourcecodepro.ttf new file mode 100644 index 00000000..6eb48e7d Binary files /dev/null and b/app/src/main/res/font/sourcecodepro.ttf differ diff --git a/app/src/main/res/layout/fragment_ssh_keygen.xml b/app/src/main/res/layout/fragment_ssh_keygen.xml index 6b9e1013..cee878fd 100644 --- a/app/src/main/res/layout/fragment_ssh_keygen.xml +++ b/app/src/main/res/layout/fragment_ssh_keygen.xml @@ -36,6 +36,7 @@ android:layout_width="match_parent" android:layout_height="wrap_content" android:importantForAccessibility="no" + android:fontFamily="@font/sourcecodepro" android:inputType="textPassword" /> @@ -62,12 +63,14 @@ android:inputType="text" /> -