forked from organicmaps/organicmaps
[android] Moved promo gallery to the top of the root view
This commit is contained in:
parent
39b041571d
commit
037b966592
2 changed files with 3 additions and 3 deletions
|
@ -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"
|
||||
|
|
|
@ -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"/>
|
||||
|
|
Loading…
Add table
Reference in a new issue