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
Everything is OK on pre-lollipop devices. But on lollipop and higher I see that text of button is clipped at the button, looks like some kind of inner padding or something like that.
It could be fixed in code:
btComments.setPadding(0, 0, 0, 0);
I believe that this is a bug.
The text was updated successfully, but these errors were encountered:
When I am creating a button like this:
Everything is OK on pre-lollipop devices. But on lollipop and higher I see that text of button is clipped at the button, looks like some kind of inner padding or something like that.
It could be fixed in code:
btComments.setPadding(0, 0, 0, 0);
I believe that this is a bug.
The text was updated successfully, but these errors were encountered: