parent
1b85c5a907
commit
b2bc7ac3b7
|
@ -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",
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue