Explorar el Código

[RN] Increase header height

master
zbettenbuk hace 7 años
padre
commit
0826ffa974
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2
    2
      react/features/base/react/components/native/styles.js

+ 2
- 2
react/features/base/react/components/native/styles.js Ver fichero

@@ -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…
Cancelar
Guardar