Android Support Library > v23.1.1
See original GitHub issueIn my app, Calligraphy works fine when using support library v23.1.1
. However when I upgrade to the latest version (v23.3.0
), the title font of newly launched AppCompatActivity
’s is no longer set to a custom font. Note: the title of my MainActivity (launcher, which uses a CoordinatorLayout
) is displayed correctly though and all other fonts are set to my custom font as well. I’m building with Calligraphy v2.2.0 and I initialise each activity correctly by calling:
super.attachBaseContext(CalligraphyContextWrapper.wrap(newBase));
Any thoughts?
Issue Analytics
- State:
- Created 7 years ago
- Comments:14 (6 by maintainers)
Top Results From Across the Web
Support Library Revision Archive - Android Developers
This page provides details about older Support Library package releases. ... See AppCompat v23.2 — Age of the vectors for more information.
Read more >Support Library - Android Developers
This document provides an overview of the support library to help you understand its components and how to use it effectively in your...
Read more >Support Library Packages - Android Developers
The Android Support Library contains several library packages that can be included in your application. Each of these libraries supports a specific range...
Read more >Support Library Setup - Android Developers
How to set up your app to use the Android Support Libraries. ... The AndroidX library contains the existing support library and also...
Read more >Recent Support Library Revisions - Android Developers
This is the stable release of Support Library 28.0.0 and is suitable for use in production. This will be the last feature release...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Thanks Chris, decided to go with the <TextView fontPath="fonts/MyFont.ttf"/> option for now as i try to figure out what exactly changed
@gilbertparreno don’t use ActionBar’s, I’m not going to support them.