Christopher Jenkins
Christopher Jenkins
Include the library by maven. Why are you manually including the aar? On Tue, 12 Dec 2017 at 10:53 Mayur Rokade wrote: > I initially wrote a simple app. I...
1. https://stackoverflow.com/a/34919810/803225 2. do not attachBaseContext in Application class, you with break your theming and or it wont work.
@mattinger @Sanjay-F I haven't had a chance to look into this. I would guess that `setTypeface` does not apply to the password texts, but not sure.
Wow nice work. On Mon, 7 Sep 2015 21:52 Dave Jones [email protected] wrote: > @Sanjay-F https://github.com/Sanjay-F if you use > TextView.setInputType() with any of: > - InputType.TYPE_TEXT_VARIATION_VISIBLE_PASSWORD > - InputType.TYPE_TEXT_VARIATION_PASSWORD...
@saqada there is a TypefaceSpannable in `Calligraphy` if you wan't want to write your own .
The work around is the easy bit it's all the hacky work arounds for every single weird view that I can't support. On Thu, 6 Oct 2016, 07:16 davweb, [email protected]...
@tomrozb Might be `textStyle` I think that applies a `Spannable` to the Text which would mess up custom fonts. Try turning off the `textStyle` and let me know. (You mean...
@tomrozb it will also print warnings to the log if the font is not found for some reason.
OK I'll look at textStyle. (You know it won't style a custom font anyway). As for fontFamily if you set a default font in Calligraphy then that will always override...
As Font support is being added to Android directly this will be deprecated over the coming months. On Fri, 23 Jun 2017, 07:32 rahul-a, wrote: > @chrisjenx Are you open...