KeepSafe / TapTargetView

An implementation of tap targets from the Material Design guidelines for feature discovery.
Apache License 2.0
5.35k stars 587 forks source link

forToolbarOverflow alignment not working properly #377

Open ghost opened 3 years ago

ghost commented 3 years ago

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.