fix last element scroll

Former-commit-id: ff0307d4ce
This commit is contained in:
Adrian Tiberius 2016-05-22 23:36:43 +03:00
parent 2b70ed56f4
commit 563e0d69c7
4 changed files with 8 additions and 3 deletions

View File

@ -134,7 +134,8 @@
:backgroundColor :white})
(def list-container
{:backgroundColor :white})
{:backgroundColor :white
:marginBottom 56})
(def create-icon
{:fontSize 20

View File

@ -14,7 +14,8 @@
:backgroundColor :white})
(def contacts-list
{:backgroundColor :white})
{:backgroundColor :white
:marginBottom 56})
(def contact-photo-container
{:borderRadius 50})

View File

@ -44,7 +44,7 @@
:action {:image {:source {:uri :icon_search}
:style st/search-icon}
:handler #(toogle-search show-search)}}]
[scroll-view {:style {}}
[scroll-view st/scroll-view-container
[view st/section-spacing
[text {:style st/discovery-subtitle} "Popular tags"]]
[popular]

View File

@ -58,6 +58,9 @@
:paddingTop 15
:paddingBottom 15})
(def scroll-view-container
{:marginBottom 56})
;; discovery_popular.cljs
(def carousel-page-style