From 0826ffa9741d3ee377d0a91700bb3e205ce10b99 Mon Sep 17 00:00:00 2001 From: zbettenbuk Date: Fri, 27 Apr 2018 11:06:11 +0200 Subject: [PATCH] [RN] Increase header height --- react/features/base/react/components/native/styles.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/react/features/base/react/components/native/styles.js b/react/features/base/react/components/native/styles.js index 2faf75c3f..d0e109804 100644 --- a/react/features/base/react/components/native/styles.js +++ b/react/features/base/react/components/native/styles.js @@ -8,8 +8,8 @@ const AVATAR_OPACITY = 0.4; const AVATAR_SIZE = 65; const HEADER_COLOR = ColorPalette.blue; -// Header height is from iOS guidelines. Also, this looks good. -const HEADER_HEIGHT = 44; +// Header height is from Android guidelines. Also, this looks good. +const HEADER_HEIGHT = 56; const OVERLAY_FONT_COLOR = 'rgba(255, 255, 255, 0.6)'; export const HEADER_PADDING = BoxModel.padding;