-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Use a different font #35
Comments
So system avilability there seems to be only 3 fonts...
http://developer.android.com/reference/android/graphics/Typeface.html So were you suggesting then me adding a font, I'm not a UI expert, but I know limiting the number of fonts in use is a good design practice. Do you then suggest all Editable TextViews be I think I can get that from http://www.google.com/fonts/specimen/Source+Code+Pro I think I could do that. Depending on what I am doing tonight, I can probably get it done then, if not by the end of the weekend. |
It might be good to use on all the editable views. I was going to suggest only the character set and generated password ones, but all would be better. |
I'll try to do the same with the online version as well this weekend. |
Shoot, I forgot to do this, this weekend, so much else was going on. Still in my mind though. |
Great, after updating to the newer OSX my dev environment for android is all screwed up. |
Finally got that issue fixed up... Now its getting too late to work on this... So I guess tomorrow morning I will get this. |
Recently, I needed to copy a password on another device, but couldn't because the password had characters the default font made it hard to know what it was.
When I get home, I'll link to a tutorial that may be useful if needed.
I'm thinking something like source code pro.
The text was updated successfully, but these errors were encountered: