Files
react-native/ReactAndroid/src
Samuel Susla d5f7622611 Fix rounding issue when setting padding
Summary:
Changelog: [Internal]

Padding needs to be rounded down (floor function), not rounded to the closest natural number.
Otherwise the content of the view might not fit.

Reviewed By: JoshuaGross

Differential Revision: D23905145

fbshipit-source-id: e84d70155b207144b98646dd0c4fea7a8c4bd876
2020-09-24 10:40:51 -07:00
..