Andrey Shovkoplyas 2017-05-10 09:12:09 +02:00 committed by Roman Volosovskyi
parent d4f2983a09
commit c46d686632
2 changed files with 7 additions and 4 deletions

View File

@ -11,7 +11,8 @@
[status-im.components.react :refer [view
text
touchable-highlight]]
[status-im.i18n :as i18n]))
[status-im.i18n :as i18n]
[status-im.components.react :as components]))
(defn login-toolbar []
[toolbar {:background-color :transparent
@ -49,4 +50,5 @@
[view st/sign-in-button
[text {:style st/sign-it-text} (i18n/label :t/sign-in)]]]]]
(when processing
[view st/processing-view])])
[view st/processing-view
[components/activity-indicator {:animating true}]])])

View File

@ -39,5 +39,6 @@
:bottom 0
:right 0
:left 0
:background-color common/color-black
:opacity 0.1})
:align-items :center
:justify-content :center
:background-color (str common/color-black "1A")})