Просмотр исходного кода

[RN] Increase header height

master
zbettenbuk 7 лет назад
Родитель
Сommit
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;

Загрузка…
Отмена
Сохранить