mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-05-02 14:54:58 +08:00
Android: Implement border(Start|End)Color for RN non-rounded borders
Reviewed By: achen1 Differential Revision: D5921865 fbshipit-source-id: ed964291cba0c701de677c24c54f885cda78e7cc
This commit is contained in:
committed by
Facebook Github Bot
parent
7ed7593b2b
commit
0f467a25ed
@@ -118,6 +118,9 @@ public class ViewProps {
|
||||
public static final String BORDER_RIGHT_COLOR = "borderRightColor";
|
||||
public static final String BORDER_TOP_COLOR = "borderTopColor";
|
||||
public static final String BORDER_BOTTOM_COLOR = "borderBottomColor";
|
||||
public static final String BORDER_START_COLOR = "borderStartColor";
|
||||
public static final String BORDER_END_COLOR = "borderEndColor";
|
||||
|
||||
public static final int[] BORDER_SPACING_TYPES = {
|
||||
Spacing.ALL,
|
||||
Spacing.START,
|
||||
|
||||
Reference in New Issue
Block a user