Toolbar with dark content (#344)

This commit is contained in:
Alexander Pantyuhov 2016-10-13 23:57:15 +03:00
parent 5588cce553
commit 5ffa5e073f
2 changed files with 8 additions and 7 deletions

View File

@ -31,7 +31,7 @@
"querystring-es3": "^0.2.1",
"re-natal": "0.2.38",
"react": "^15.3.1",
"react-native": "^0.34.0",
"react-native": "^0.36.0",
"react-native-action-button": "^1.1.11",
"react-native-android-sms-listener": "github:adrian-tiberius/react-native-android-sms-listener#listener-bugfix",
"react-native-camera": "git+https://github.com/lwansbrough/react-native-camera.git",

View File

@ -1,16 +1,17 @@
(ns status-im.android.platform
(:require [status-im.components.styles :as styles]
[status-im.utils.utils :as u]))
[status-im.utils.utils :as u]
[status-im.components.toolbar.styles :refer [toolbar-background2]]))
(def component-styles
{:status-bar {:default {:height 0
:bar-style "default"
:color styles/color-gray}
:bar-style "dark-content"
:color styles/color-white}
:main {:height 0
:bar-style "default"
:color styles/color-gray}
:bar-style "dark-content"
:color toolbar-background2}
:transparent {:height 20
:bar-style "default"
:bar-style "light-content"
:translucent? true
:color styles/color-transparent}}
:chat {:new-message {:border-top-color styles/color-transparent