瀏覽代碼

Document borderColor and borderHeight

Guy Carmeli 6 年之前
父節點
當前提交
94bf489274
共有 1 個文件被更改,包括 3 次插入1 次删除
  1. 3
    1
      docs/docs/styling.md

+ 3
- 1
docs/docs/styling.md 查看文件

@@ -71,7 +71,9 @@ Navigation.mergeOptions(this.props.componentId, {
71 71
   modalPresentationStyle: 'overCurrentContext', // Supported styles are: 'formSheet', 'pageSheet', 'overFullScreen', 'overCurrentContext', 'currentContext', 'popOver', 'fullScreen' and 'none'. On Android, only overCurrentContext and none are supported.
72 72
   topBar: {
73 73
     visible: true,
74
-    height: 70, // Android only, optional; Height of the TopBar in dp.
74
+    height: 70, // Android only, Height of the TopBar in dp.
75
+    borderColor: 'red', // Android only.
76
+    borderHeight: 1.3, // Android only.
75 77
     leftButtons: [{
76 78
       id: 'buttonOne',
77 79
       icon: require('icon.png'),