瀏覽代碼

[RN] Increase header height

master
zbettenbuk 7 年之前
父節點
當前提交
0826ffa974
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2
    2
      react/features/base/react/components/native/styles.js

+ 2
- 2
react/features/base/react/components/native/styles.js 查看文件

@@ -8,8 +8,8 @@ const AVATAR_OPACITY = 0.4;
8 8
 const AVATAR_SIZE = 65;
9 9
 const HEADER_COLOR = ColorPalette.blue;
10 10
 
11
-// Header height is from iOS guidelines. Also, this looks good.
12
-const HEADER_HEIGHT = 44;
11
+// Header height is from Android guidelines. Also, this looks good.
12
+const HEADER_HEIGHT = 56;
13 13
 const OVERLAY_FONT_COLOR = 'rgba(255, 255, 255, 0.6)';
14 14
 
15 15
 export const HEADER_PADDING = BoxModel.padding;

Loading…
取消
儲存