[BUG #2419] Adapt description text input size to make it not overlap with save button. And make parent view scrollable

Signed-off-by: Oskar Thoren <ot@oskarthoren.com>
This commit is contained in:
m'hammed 2018-01-06 15:49:49 +01:00 committed by Oskar Thoren
parent bd6adac02b
commit 91a7dc2cdf
No known key found for this signature in database
GPG Key ID: 5128AB0637CD85AF
2 changed files with 3 additions and 3 deletions

View File

@ -96,7 +96,7 @@
[react/keyboard-avoiding-view {:style styles/profile} [react/keyboard-avoiding-view {:style styles/profile}
[status-bar] [status-bar]
[edit-my-profile-toolbar] [edit-my-profile-toolbar]
[react/view styles/edit-my-profile-form [react/scroll-view styles/edit-my-profile-form
[edit-profile-badge changed-account] [edit-profile-badge changed-account]
[edit-profile-status] [edit-profile-status]
[status-prompt changed-account]] [status-prompt changed-account]]

View File

@ -181,7 +181,7 @@
:ios {:font-size 17 :ios {:font-size 17
:padding-bottom 0 :padding-bottom 0
:padding-top 0 :padding-top 0
:height 74 :height 60
:letter-spacing -0.2} :letter-spacing -0.2}
:android {:font-size 16 :android {:font-size 16
:padding-top 5 :padding-top 5
@ -199,7 +199,7 @@
(defstyle edit-profile-status (defstyle edit-profile-status
{:background-color color-light-gray {:background-color color-light-gray
:border-radius 4 :border-radius 4
:height 104 :height 90
:padding-horizontal 16 :padding-horizontal 16
:padding-bottom 16 :padding-bottom 16
:margin-left 16 :margin-left 16