You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have verified the issue exists on the latest version
I am able to reproduce it
Version used: 1.13.0
Stack trace:
Android version: 5.1 and 7.
The problem I am facing is only on forToolbarOverflow(). when I use it with title only (forToolbarOverflow(Toolbar toolbar, CharSequence title)) the text is aligned to the right side of the screen and not the left. This causes the text to meet the right side of the screen (with 0 padding or magin). In other words, the text touches the right side, while there should be some space. Using forToolbarOverflow() with title and description adds a little padding. Though, the alignment is the same.
Any chance for fixing this?
Thanks for your time.
The text was updated successfully, but these errors were encountered:
Version used: 1.13.0
Stack trace:
Android version: 5.1 and 7.
The problem I am facing is only on
forToolbarOverflow()
. when I use it with title only (forToolbarOverflow(Toolbar toolbar, CharSequence title)
) the text is aligned to the right side of the screen and not the left. This causes the text to meet the right side of the screen (with 0 padding or magin). In other words, the text touches the right side, while there should be some space. UsingforToolbarOverflow()
with title and description adds a little padding. Though, the alignment is the same.Any chance for fixing this?
Thanks for your time.
The text was updated successfully, but these errors were encountered: