[android] Moved promo gallery to the top of the root view

This commit is contained in:
Dmitry Donskoy 2019-08-13 13:49:13 +03:00 committed by Aleksandr Zatsepin
parent 39b041571d
commit 037b966592
2 changed files with 3 additions and 3 deletions

View file

@ -14,7 +14,7 @@
android:layout_marginStart="@dimen/margin_base"
android:layout_marginRight="@dimen/margin_base"
android:layout_marginEnd="@dimen/margin_base"
android:layout_marginTop="@dimen/margin_half_plus"
android:layout_marginTop="@dimen/margin_quarter"
android:layout_marginBottom="@dimen/margin_half_plus"
android:textAllCaps="true"
android:layout_width="wrap_content"

View file

@ -13,6 +13,8 @@
<include layout="@layout/place_page_fat_shadow"/>
<include layout="@layout/catalog_promo_container"/>
<include
layout="@layout/divider_horizontal"/>
@ -36,8 +38,6 @@
android:layout_marginBottom="@dimen/margin_half"
tools:visibility="gone"/>
<include layout="@layout/catalog_promo_container"/>
<include layout="@layout/place_page_hotel_gallery"/>
<include layout="@layout/place_page_hotel_description"/>