Commit 0817eaa
Revert "fix: border width top/bottom not matching the border radius" (#37840)
Summary:
In an effort to fix #37753, this PR reverts the changes introduced by cd6a913 and 1d51032 so border-radius width calculations work as expected
## Changelog:
[ANDROID] [FIXED] - Fix border-radius width calculations
Pull Request resolved: #37840
Test Plan:
Test border colors along with border-radius through RNTester
<img width="538" alt="image" src="https://github.com/facebook/react-native/assets/11707729/4b148d4b-35dc-4737-be00-c5ff156b0865">
Reviewed By: dmytrorykun
Differential Revision: D46684071
Pulled By: cipolleschi
fbshipit-source-id: cf7a80d0d63009b457f03d690b632e332a9b4a021 parent 0da7e06 commit 0817eaa
1 file changed
Lines changed: 4 additions & 10 deletions
File tree
- packages/react-native/ReactAndroid/src/main/java/com/facebook/react/views/view
Lines changed: 4 additions & 10 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
894 | 894 | | |
895 | 895 | | |
896 | 896 | | |
897 | | - | |
| 897 | + | |
898 | 898 | | |
899 | 899 | | |
900 | 900 | | |
| |||
920 | 920 | | |
921 | 921 | | |
922 | 922 | | |
923 | | - | |
924 | | - | |
925 | | - | |
926 | | - | |
| 923 | + | |
927 | 924 | | |
928 | 925 | | |
929 | 926 | | |
| |||
949 | 946 | | |
950 | 947 | | |
951 | 948 | | |
952 | | - | |
| 949 | + | |
953 | 950 | | |
954 | 951 | | |
955 | 952 | | |
| |||
975 | 972 | | |
976 | 973 | | |
977 | 974 | | |
978 | | - | |
979 | | - | |
980 | | - | |
981 | | - | |
| 975 | + | |
982 | 976 | | |
983 | 977 | | |
984 | 978 | | |
| |||
0 commit comments