Browse Source

[RN] Increase header height

master
zbettenbuk 7 years ago
parent
commit
0826ffa974
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      react/features/base/react/components/native/styles.js

+ 2
- 2
react/features/base/react/components/native/styles.js View File

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;

Loading…
Cancel
Save