浏览代码

Document topMargin

Guy Carmeli 7 年前
父节点
当前提交
bca28166c0
共有 1 个文件被更改,包括 3 次插入0 次删除
  1. 3
    0
      docs/docs/styling.md

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

205
   statusBar: {
205
   statusBar: {
206
     backgroundColor: 'red'
206
     backgroundColor: 'red'
207
   },
207
   },
208
+  layout: {
209
+    topMargin: Navigation.constants().statusBarHeight // Set the layout's top margin
210
+  },
208
   topBar: {
211
   topBar: {
209
     height: 70, // TopBar height in dp
212
     height: 70, // TopBar height in dp
210
     borderColor: 'red',
213
     borderColor: 'red',