Fixed
Status Update
Comments
zi...@gmail.com <zi...@gmail.com> #2
[Comment deleted]
zi...@gmail.com <zi...@gmail.com> #3
Yes, I also wanted this feature.
If we want to view custom font, the device need to be rooted.
I don't like to root my device because of security reason and others instability.
If we want to view custom font, the device need to be rooted.
I don't like to root my device because of security reason and others instability.
ca...@gmail.com <ca...@gmail.com> #4
@Zinmyotu
I think the current best solution for this problem is this:
http://stackoverflow.com/questions/2711858/is-it-possible-to-set-font-for-entire-application/16883281#16883281
..which is hilarious, because it's basically a hack. We're using android components as they're not supposed to (since we're accessing final fields here).
The other choice we have is using custom textviews, buttons, whatever you need in all your app. This is even worse as the whole idea of styles is lost.
Support for custom fonts is really needed in android asap in my opinion.
I think the current best solution for this problem is this:
..which is hilarious, because it's basically a hack. We're using android components as they're not supposed to (since we're accessing final fields here).
The other choice we have is using custom textviews, buttons, whatever you need in all your app. This is even worse as the whole idea of styles is lost.
Support for custom fonts is really needed in android asap in my opinion.
ka...@gmail.com <ka...@gmail.com> #5
really terrible support for custom fonts in android. there's gotta be a better, standard way that the team should work on immediately!
mi...@gmail.com <mi...@gmail.com> #6
[Comment deleted]
mi...@gmail.com <mi...@gmail.com> #7
There should be a facility to apply font for entire app using theme or by using some other code.
st...@googlemail.com <st...@googlemail.com> #8
+1 for me, +n for every other mobile app designer out there!
[Deleted User] <[Deleted User]> #9
Custom font is one of important thing in application development. Yes it must be resolved as soon as possible.
co...@gmail.com <co...@gmail.com> #10
facing same issue.......
hi...@gmail.com <hi...@gmail.com> #11
We need something better than using reflection;
fa...@gmail.com <fa...@gmail.com> #12
Yes this is ridiculous.
I basically subclass ever text rendering view, to implement my own custom fonts.
Please implement some simple solution.
I basically subclass ever text rendering view, to implement my own custom fonts.
Please implement some simple solution.
ga...@gmail.com <ga...@gmail.com> #13
[Comment deleted]
ga...@gmail.com <ga...@gmail.com> #14
#13 Was searching this for hours.
Please Implement
Please Implement
ja...@gmail.com <ja...@gmail.com> #15
+1 for me, +n for every other mobile app designer out there!
no...@gmail.com <no...@gmail.com> #16
yes please add better support for font.
jh...@themeetgroup.com <jh...@themeetgroup.com> #17
I've released a new library that adds support for a fonts.xml-like configuration, able to support a family of fonts in a single Typeface (same way the system works): https://github.com/MeetMe/font-compat
It works seamlessly in Lollipop and newer, but requires some style tweaks (a combination of typeface, fontFamily, and textStyle attribute values) for it to work on KitKat and older.
It works seamlessly in Lollipop and newer, but requires some style tweaks (a combination of typeface, fontFamily, and textStyle attribute values) for it to work on KitKat and older.
ra...@gmail.com <ra...@gmail.com> #18
Custom font is one of important thing in application development. Yes it must be resolved as soon as possible.
as...@gmail.com <as...@gmail.com> #19
PLease implement
fr...@gmail.com <fr...@gmail.com> #20
This is a major pain. I'm trying to port my app from iPhone, where it's trivial to set the font for all my UI elements at once. Please improve support for app-wide custom fonts!
[Deleted User] <[Deleted User]> #21
Facing same issue.. Changing fonts is very irritating
ps...@gmail.com <ps...@gmail.com> #22
It is really difficult adjusting fonts for the app in Android as compared to iOS Something better is really needed to make apps better
ga...@gmail.com <ga...@gmail.com> #23
I am almost driven crazy for this font thing.
There are several options, calligraphy library and reflection. But somehow they did not work...
There are several options, calligraphy library and reflection. But somehow they did not work...
en...@gmail.com <en...@gmail.com> #24
Hopefully you will support any more easier method to support changing the app fonts. Thank you.
sa...@gmail.com <sa...@gmail.com> #25
Facing the same issue. Please give us a good solution.
zh...@gmail.com <zh...@gmail.com> #26
yes, it's a pain....
am...@gmail.com <am...@gmail.com> #27
Please implement it soon... we don't want to follow hacks :(
to...@gmail.com <to...@gmail.com> #28
[Comment deleted]
to...@gmail.com <to...@gmail.com> #29
Agreed! Setting custom fonts on entire application style is exhausting and a bit too much dirty work, just to apply simple font to a View.
me...@gmail.com <me...@gmail.com> #30
"Be together. Not the same." So if we shouldn't be the same please let us choose our own fonts!
sh...@gmail.com <sh...@gmail.com> #31
i also want this feature
th...@gmail.com <th...@gmail.com> #32
Please stop the "me too" comments. If you want the feature too, just star the issue otherwise 100-odd people who have stared the issue get pointless emails.
mo...@gmail.com <mo...@gmail.com> #33
[Comment deleted]
mo...@gmail.com <mo...@gmail.com> #34
it's the worst issue ever. OMG there are devices running marshmallow (API Level 23) and this issue isn't resolved yet!
Do you believe 23 ?
Come on Google
Do you believe 23 ?
Come on Google
ge...@gmail.com <ge...@gmail.com> #35
Thanks, it does the job ;)
jo...@gmail.com <jo...@gmail.com> #36
While I can appreciate any technical resistance to this, people need it, and they are doing it regardless, the dirty way. Please give us a clean way to do this :)
ka...@gmail.com <ka...@gmail.com> #37
I need customized font feature for android development
yo...@gmail.com <yo...@gmail.com> #38
Please add this feature.. I really need it
sa...@gmail.com <sa...@gmail.com> #39
Author here again - PLEASE stop with the 'me too' emails - just star the issue to show your support
Every comment here e-mails EVERY person who has starred the issue - that's 229 e-mails (at current count) you are generating.
(and apologies for yet another e-mail)
Every comment here e-mails EVERY person who has starred the issue - that's 229 e-mails (at current count) you are generating.
(and apologies for yet another e-mail)
to...@gmail.com <to...@gmail.com> #40
me too :)
(btw, would be very great to specify which XMLs you want to add the font -> like: layout xml, manifest or style.xml)
For AppWide I would definitely prefer within the Manifest.
(btw, would be very great to specify which XMLs you want to add the font -> like: layout xml, manifest or style.xml)
For AppWide I would definitely prefer within the Manifest.
me...@gmail.com <me...@gmail.com> #41
yes i need this so much
[Deleted User] <[Deleted User]> #42
i cant believe why we dont have this feature yet, why making life harder google?
What is the disadvantage of letting this happen?
What is the disadvantage of letting this happen?
ed...@googlemail.com <ed...@googlemail.com> #43
[Comment deleted]
kh...@gmail.com <kh...@gmail.com> #44
Android should use many good practices employed by Windows which ease the process of software UI development. Especially, changing font in Android is very problematic. The ideal form is to setup/change the font in the XML file layout. Unfortunately, sometimes Google likes being different by making life harder.
gu...@gmail.com <gu...@gmail.com> #45
Facing the same issue, commom google, fix it
ab...@gmail.com <ab...@gmail.com> #46
please add custom font feature
f....@gmail.com <f....@gmail.com> #47
if you are not going to add it, at least explain why
su...@gmail.com <su...@gmail.com> #48
Guys please make android more beautiful by adding support for custom fonts. We are expecting this happen soon.
sy...@gmail.com <sy...@gmail.com> #49
PLease implement
m1...@gmail.com <m1...@gmail.com> #51
Thank you guys!!!
dn...@google.com <dn...@google.com> #52
Closing as per the comment #50 .
Description
supply all required information.
Font choice has always been really lacking in Android, especially when compared to iOS. Using custom fonts has also never been easy. I'd really like to set a custom font from XML. A really common requirement I have for apps (and I see this in other apps too) is to change the font used in the action bar. A suitable tag in my text style would be a good interface for this.