question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Android Support Library > v23.1.1

See original GitHub issue

In 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:closed
  • Created 7 years ago
  • Comments:14 (6 by maintainers)

github_iconTop GitHub Comments

1reaction
sebichondocommented, Apr 16, 2016

Thanks Chris, decided to go with the <TextView fontPath="fonts/MyFont.ttf"/> option for now as i try to figure out what exactly changed

0reactions
chrisjenxcommented, Jun 2, 2016

@gilbertparreno don’t use ActionBar’s, I’m not going to support them.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found