Button top increase with multiple lines
- by NeTeInStEiN
Some very very strange behaviour was appearing in my Android application.
I was extending Button to replace the standard. In my own button I set:
- TextAppearence (text 16px, bold..)
- BackgroundDrawable (to an selector that replaced the standard button, that used images of 60px)
- Gravity: LEFT|CENTER_VERTICAL.
Whenever the text was enough to…