浏览代码

[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
 const AVATAR_SIZE = 65;
8
 const AVATAR_SIZE = 65;
9
 const HEADER_COLOR = ColorPalette.blue;
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
 const OVERLAY_FONT_COLOR = 'rgba(255, 255, 255, 0.6)';
13
 const OVERLAY_FONT_COLOR = 'rgba(255, 255, 255, 0.6)';
14
 
14
 
15
 export const HEADER_PADDING = BoxModel.padding;
15
 export const HEADER_PADDING = BoxModel.padding;

正在加载...
取消
保存