mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-04-16 23:00:20 +08:00
Android: Implement border(Top|Bottom)(Start|End)Radius for RN
Reviewed By: achen1 Differential Revision: D5924734 fbshipit-source-id: 24759326064c11d2cd8948c7a710376ca9f41c63
This commit is contained in:
committed by
Facebook Github Bot
parent
0f467a25ed
commit
1a7abcf526
@@ -118,6 +118,10 @@ 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_TOP_START_RADIUS = "borderTopStartRadius";
|
||||
public static final String BORDER_TOP_END_RADIUS = "borderTopEndRadius";
|
||||
public static final String BORDER_BOTTOM_START_RADIUS = "borderBottomStartRadius";
|
||||
public static final String BORDER_BOTTOM_END_RADIUS = "borderBottomEndRadius";
|
||||
public static final String BORDER_START_COLOR = "borderStartColor";
|
||||
public static final String BORDER_END_COLOR = "borderEndColor";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user