Toolbar subtitle is not set when using calligraphy
See original GitHub issueHi, I’m using Calligraphy the default way (initing in Application
and overriding attachBaseContext
)
Calling toolbar.setSubtitle
doesn’t work. If I commented the attachBaseContext
override, it works normally.
Any suggestion for fixes or, unfortunately, hacks, is welcome.
LATE EDIT:
Calling
toolbar.setSubtitle
doesn’t work.
By this I meant that the subtitle isn’t displayed, and the title is vertically centered. (it’s like subtitle view behavior is View.GONE)
Issue Analytics
- State:
- Created 7 years ago
- Reactions:2
- Comments:31 (11 by maintainers)
Top Results From Across the Web
Android toolbar center title and custom font - Stack Overflow
At the moment, i'm using the good old ActionBar, and I was setting the title to empty value, and using setCustomView to put...
Read more >Toolbar - Android Developers
Toolbar supports a more focused feature set than ActionBar. From start to end, ... Whether or not the auto handwriting initiation is enabled...
Read more >Android Appcompat Toolbar Title Not Shown Correctly
Toolbar subtitle is not set when using calligraphy. Navigation Fragments and App / Action Bars. Effective Android as shown in Gmail example on...
Read more >Set title, subtitle and logo of Toolbar - YouTube
how to set title subtitle and logo of Toolbar.http://android-er.blogspot.com/2016/01/ set -title- subtitle -and-logo-of- toolbar.html.
Read more >Video: Using Styles in Word - Microsoft Support
Use Quick Styles · You might format a document while you type, or change fonts, font size, or colors for things like headings....
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
If anyone else comes across this issue, you can just do it with a call to
post()
on the Toolbar, no need for a delay.We only support the v7 toolbar not anything else.
On Tue, Mar 21, 2017, 06:13 John notifications@github.com wrote: