I'm trying to add multiple lines of text to a button but when trying the answers from this question:
My button moves down, or adds a margin above itself. Any ideas why?
I'm trying to add multiple lines of text to a button but when trying the answers from this question:
My button moves down, or adds a margin above itself. Any ideas why?
Try to set android:baselineAligned="false"
in layout where button is placed.
Check this topic also: Alignment issues with two-line button.