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:
authoralexzatsepin <az@mapswithme.com>2017-03-13 18:57:35 +0300
committeralexzatsepin <az@mapswithme.com>2017-03-13 18:57:35 +0300
commit07406b27ebaf949b062bb3e0d4ba873de21132ba (patch)
treeae1a2bb2e0b7e6f5e56fcf03a2623c5c8824bf7b /android
parent09e21a4007e1f6ffcf4a8ad91b44bde11e5d4d92 (diff)
[android] Fixed small action text gravity
Diffstat (limited to 'android')
-rw-r--r--android/res/layout/place_page_banner.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/android/res/layout/place_page_banner.xml b/android/res/layout/place_page_banner.xml
index 297ca9535a..df8340510a 100644
--- a/android/res/layout/place_page_banner.xml
+++ b/android/res/layout/place_page_banner.xml
@@ -15,7 +15,8 @@
<TextView
android:id="@+id/tv__action_small"
android:layout_width="wrap_content"
- android:layout_height="@dimen/margin_base_plus"
+ android:layout_height="wrap_content"
+ android:gravity="center"
android:layout_centerVertical="true"
android:layout_alignParentRight="true"
android:layout_alignParentEnd="true"