I've noticed in Google Hangouts that a FloatingActionButton like (with text) widget appears if user scrolls back in message history.
The button says "Jump to latest" with an arrow pointing down to the left of the text. It's similar to a FloatingActionButton.
I tried to embed a AppCompatTextView in a FloatingActionButton using FrameLayout with no luck.
Any ideas?
PS. I've already tried the suggestions in FloatingActionButton with text instead of image but the FAB width is not adjusted accordingly.