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
paddingEnd seems to be missing, and the paddingBottom too (in the relative call).
If you look at the TextView class, both methods call the super.setPadding*(..); which then sets the same fields, so I think only the relative one should be called (but it will not support below API 19)
The text was updated successfully, but these errors were encountered:
With an xml like this:
results in the code:
paddingEnd seems to be missing, and the paddingBottom too (in the relative call).
If you look at the TextView class, both methods call the super.setPadding*(..); which then sets the same fields, so I think only the relative one should be called (but it will not support below API 19)
The text was updated successfully, but these errors were encountered: