diff --git a/android/res/layout-land/place_page_details.xml b/android/res/layout-land/place_page_details.xml index f78e857f07..e7e2704fb3 100644 --- a/android/res/layout-land/place_page_details.xml +++ b/android/res/layout-land/place_page_details.xml @@ -16,23 +16,30 @@ android:layout_height="wrap_content" android:background="?windowBackgroundForced" android:orientation="vertical"> + + + + + + + - - - - - - + + + + diff --git a/android/res/layout/place_page_details.xml b/android/res/layout/place_page_details.xml index b0287d099e..7ae16a4539 100644 --- a/android/res/layout/place_page_details.xml +++ b/android/res/layout/place_page_details.xml @@ -11,15 +11,21 @@ android:background="?windowBackgroundForced" android:orientation="vertical"> + + + + - - - - + + + + diff --git a/android/res/layout/place_page_local_ad.xml b/android/res/layout/place_page_local_ad.xml index c6fe51b834..ba63386059 100644 --- a/android/res/layout/place_page_local_ad.xml +++ b/android/res/layout/place_page_local_ad.xml @@ -2,12 +2,18 @@ xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/tools" android:id="@+id/ll__local_ad" - style="@style/PlacePageItemFrame" - tools:showIn="@layout/place_page_details" + android:layout_width="match_parent" + android:layout_height="wrap_content" + android:orientation="vertical" tools:visibility="visible"> + + + diff --git a/android/res/layout/place_page_more.xml b/android/res/layout/place_page_more.xml index 1eaab75844..54f0bbd948 100644 --- a/android/res/layout/place_page_more.xml +++ b/android/res/layout/place_page_more.xml @@ -13,4 +13,7 @@ android:background="?clickableBackground" android:gravity="center" android:text="@string/details_on_bookingcom"/> + + + diff --git a/android/res/layout/place_page_taxi.xml b/android/res/layout/place_page_taxi.xml index 9015d740f2..fb9a904dc9 100644 --- a/android/res/layout/place_page_taxi.xml +++ b/android/res/layout/place_page_taxi.xml @@ -6,7 +6,8 @@ style="@style/PlacePageItemFrame" android:paddingTop="@dimen/placepage_taxi_padding_vert" android:paddingBottom="@dimen/placepage_taxi_padding_vert" - android:clickable="false"> + android:clickable="false" + android:background="?ppBackground">