Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'android/res/layout/place_page_more.xml')
-rw-r--r--android/res/layout/place_page_more.xml5
1 files changed, 2 insertions, 3 deletions
diff --git a/android/res/layout/place_page_more.xml b/android/res/layout/place_page_more.xml
index 54f0bbd948..1510afcbf8 100644
--- a/android/res/layout/place_page_more.xml
+++ b/android/res/layout/place_page_more.xml
@@ -7,13 +7,12 @@
android:layout_height="wrap_content"
android:orientation="vertical">
+ <include layout="@layout/divider_horizontal"/>
+
<TextView
style="@style/PlacePageMetadataText.Button"
android:height="@dimen/height_block_base"
android:background="?clickableBackground"
android:gravity="center"
android:text="@string/details_on_bookingcom"/>
-
- <include layout="@layout/divider_horizontal"/>
-
</LinearLayout>